Html Css Color HEX #B554CC Medium Orchid

📋 copy color: '#B554CC'

red 181 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #B554CC

Tints of Medium Orchid #B554CC

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 38.59%
G = 17.91%
B = 43.5%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B554CC (or 0xB554CC) is known color: Medium Orchid. HEX triplet: B5, 54 and CC. RGB value is (181,84,204). Sum of RGB (Red+Green+Blue) = 181+84+204=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B554CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CC is #4AAB33. Grayscale: #7E7E7E. Windows color (decimal): -4893492 or 13391029. OLE color: 13391029.

HSL color Cylindrical-coordinate representation of color #B554CC: hue angle of 288.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B554CC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 84 204 -
CMYK 0.11 0.59 0 0.2
HSL 288.5º 0.54% 0.56% -
HSV(B) 288.5º 0.59% 0.8% -
XYZ 33.13 20.52 59.34 -
YUV 126.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 181 84 204 0.11 0.59 0 0.2 288.5 0.54 0.56
Hex B5 54 CC B 3B 0 14 120 36 38
Octal 265 124 314 13 73 0 24 440 66 70
Binary 10110101 1010100 11001100 1011 111011 0 10100 100100000 110110 111000

Color Harmonies of #B554CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554CC

Black with #B554CC

Text Example


Text Example

White with #B554CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554CC; }

 p { color: rgb(181,84,204); }

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

background-color css

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

 a { background-color: rgb(181,84,204); }

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

border-color css

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

 span { border-color: rgb(181,84,204); }

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