Html Css Color HEX #B954CE Medium Orchid

📋 copy color: '#B954CE'

red 185 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #B954CE

Tints of Medium Orchid #B954CE

RGB

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

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

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

R = 38.95%
G = 17.68%
B = 43.37%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B954CE (or 0xB954CE) is known color: Medium Orchid. HEX triplet: B9, 54 and CE. RGB value is (185,84,206). Sum of RGB (Red+Green+Blue) = 185+84+206=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B954CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954CE is #46AB31. Grayscale: #7F7F7F. Windows color (decimal): -4631346 or 13522105. OLE color: 13522105.

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

Color convert

RGB 185 84 206 -
CMYK 0.10 0.59 0 0.19
HSL 289.67º 0.55% 0.57% -
HSV(B) 289.67º 0.59% 0.81% -
XYZ 34.32 21.11 60.66 -
YUV 128.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 185 84 206 0.10 0.59 0 0.19 289.67 0.55 0.57
Hex B9 54 CE A 3B 0 13 122 37 39
Octal 271 124 316 12 73 0 23 442 67 71
Binary 10111001 1010100 11001110 1010 111011 0 10011 100100010 110111 111001

Color Harmonies of #B954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954CE

Black with #B954CE

Text Example


Text Example

White with #B954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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