Html Css Color HEX #B951CE Medium Orchid

📋 copy color: '#B951CE'

red 185 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #B951CE

Tints of Medium Orchid #B951CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

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

R = 39.19%
G = 17.16%
B = 43.64%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B951CE (or 0xB951CE) is known color: Medium Orchid. HEX triplet: B9, 51 and CE. RGB value is (185,81,206). Sum of RGB (Red+Green+Blue) = 185+81+206=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B951CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951CE is #46AE31. Grayscale: #7D7D7D. Windows color (decimal): -4632114 or 13521337. OLE color: 13521337.

HSL color Cylindrical-coordinate representation of color #B951CE: hue angle of 289.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B951CE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 81 206 -
CMYK 0.10 0.61 0 0.19
HSL 289.92º 0.56% 0.56% -
HSV(B) 289.92º 0.61% 0.81% -
XYZ 34.09 20.66 60.58 -
YUV 126.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 185 81 206 0.10 0.61 0 0.19 289.92 0.56 0.56
Hex B9 51 CE A 3D 0 13 122 38 38
Octal 271 121 316 12 75 0 23 442 70 70
Binary 10111001 1010001 11001110 1010 111101 0 10011 100100010 111000 111000

Color Harmonies of #B951CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951CE

Black with #B951CE

Text Example


Text Example

White with #B951CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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