Html Css Color HEX #B554CB Medium Orchid

📋 copy color: '#B554CB'

red 181 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #B554CB

Tints of Medium Orchid #B554CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 38.68%
G = 17.95%
B = 43.38%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B554CB (or 0xB554CB) is known color: Medium Orchid. HEX triplet: B5, 54 and CB. RGB value is (181,84,203). Sum of RGB (Red+Green+Blue) = 181+84+203=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B554CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CB is #4AAB34. Grayscale: #7E7E7E. Windows color (decimal): -4893493 or 13325493. OLE color: 13325493.

HSL color Cylindrical-coordinate representation of color #B554CB: hue angle of 288.91º degrees, saturation: 0.53, 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 #B554CB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 84 203 -
CMYK 0.11 0.59 0 0.20
HSL 288.91º 0.53% 0.56% -
HSV(B) 288.91º 0.59% 0.8% -
XYZ 33.01 20.48 58.71 -
YUV 126.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 181 84 203 0.11 0.59 0 0.20 288.91 0.53 0.56
Hex B5 54 CB B 3B 0 14 121 35 38
Octal 265 124 313 13 73 0 24 441 65 70
Binary 10110101 1010100 11001011 1011 111011 0 10100 100100001 110101 111000

Color Harmonies of #B554CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554CB

Black with #B554CB

Text Example


Text Example

White with #B554CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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