Html Css Color HEX #B954CB Medium Orchid

📋 copy color: '#B954CB'

red 185 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #B954CB

Tints of Medium Orchid #B954CB

RGB

 RED value IS 185 (72.66% from 255) = 39.19%

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

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

R = 39.19%
G = 17.8%
B = 43.01%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B954CB (or 0xB954CB) is known color: Medium Orchid. HEX triplet: B9, 54 and CB. RGB value is (185,84,203). Sum of RGB (Red+Green+Blue) = 185+84+203=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B954CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954CB is #46AB34. Grayscale: #7F7F7F. Windows color (decimal): -4631349 or 13325497. OLE color: 13325497.

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

Color convert

RGB 185 84 203 -
CMYK 0.09 0.59 0 0.20
HSL 290.92º 0.53% 0.56% -
HSV(B) 290.92º 0.59% 0.8% -
XYZ 33.96 20.97 58.76 -
YUV 127.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 185 84 203 0.09 0.59 0 0.20 290.92 0.53 0.56
Hex B9 54 CB 9 3B 0 14 123 35 38
Octal 271 124 313 11 73 0 24 443 65 70
Binary 10111001 1010100 11001011 1001 111011 0 10100 100100011 110101 111000

Color Harmonies of #B954CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954CB

Black with #B954CB

Text Example


Text Example

White with #B954CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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