Html Css Color HEX #B554CE Medium Orchid

📋 copy color: '#B554CE'

red 181 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #B554CE

Tints of Medium Orchid #B554CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 38.43%
G = 17.83%
B = 43.74%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B554CE (or 0xB554CE) is known color: Medium Orchid. HEX triplet: B5, 54 and CE. RGB value is (181,84,206). Sum of RGB (Red+Green+Blue) = 181+84+206=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B554CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CE is #4AAB31. Grayscale: #7E7E7E. Windows color (decimal): -4893490 or 13522101. OLE color: 13522101.

HSL color Cylindrical-coordinate representation of color #B554CE: hue angle of 287.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B554CE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 84 206 -
CMYK 0.12 0.59 0 0.19
HSL 287.7º 0.55% 0.57% -
HSV(B) 287.7º 0.59% 0.81% -
XYZ 33.37 20.62 60.61 -
YUV 126.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 181 84 206 0.12 0.59 0 0.19 287.7 0.55 0.57
Hex B5 54 CE C 3B 0 13 120 37 39
Octal 265 124 316 14 73 0 23 440 67 71
Binary 10110101 1010100 11001110 1100 111011 0 10011 100100000 110111 111001

Color Harmonies of #B554CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554CE

Black with #B554CE

Text Example


Text Example

White with #B554CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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