Html Css Color HEX #B054C3 Medium Orchid

📋 copy color: '#B054C3'

red 176 ◦ green 84 ◦ blue 195

#B054C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B054C3

Tints of Medium Orchid #B054C3

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 84 (33.2% from 255) = 18.46%

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 38.68%
G = 18.46%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B054C3 (or 0xB054C3) is known color: Medium Orchid. HEX triplet: B0, 54 and C3. RGB value is (176,84,195). Sum of RGB (Red+Green+Blue) = 176+84+195=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #B054C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054C3 is #4FAB3C. Grayscale: #7B7B7B. Windows color (decimal): -5221181 or 12801200. OLE color: 12801200.

HSL color Cylindrical-coordinate representation of color #B054C3: hue angle of 289.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B054C3 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 84 195 -
CMYK 0.10 0.57 0 0.24
HSL 289.73º 0.48% 0.55% -
HSV(B) 289.73º 0.57% 0.76% -
XYZ 30.93 19.51 53.77 -
YUV 124.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 176 84 195 0.10 0.57 0 0.24 289.73 0.48 0.55
Hex B0 54 C3 A 39 0 18 122 30 37
Octal 260 124 303 12 71 0 30 442 60 67
Binary 10110000 1010100 11000011 1010 111001 0 11000 100100010 110000 110111

Color Harmonies of #B054C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054C3

Black with #B054C3

Text Example


Text Example

White with #B054C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054C3; }

 p { color: rgb(176,84,195); }

 H1.HeaderClassName
 {
   color: #B054C3;
 }
 .AnyTagClassName
 {
   color: #B054C3;
 }
</style>

background-color css

<style>
 a { background-color: #B054C3; }

 a { background-color: rgb(176,84,195); }

 div.DivClassName
 {
   background-color: #B054C3;
 }
 .BgClassName
 {
   background-color: #B054C3;
 }
</style>

border-color css

<style>
 span { border-color: #B054C3; }

 span { border-color: rgb(176,84,195); }

 td.TdClassName
 {
   border-color: #B054C3;
 }
 .TagClassName
 {
   border-color: #B054C3;
 }
</style>