Html Css Color HEX #B851D9 Medium Orchid

📋 copy color: '#B851D9'

red 184 ◦ green 81 ◦ blue 217

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

Shades of Medium Orchid #B851D9

Tints of Medium Orchid #B851D9

RGB

 RED value IS 184 (72.27% from 255) = 38.17%

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

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 38.17%
G = 16.8%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B851D9 (or 0xB851D9) is known color: Medium Orchid. HEX triplet: B8, 51 and D9. RGB value is (184,81,217). Sum of RGB (Red+Green+Blue) = 184+81+217=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #B851D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851D9 is #47AE26. Grayscale: #7E7E7E. Windows color (decimal): -4697639 or 14242232. OLE color: 14242232.

HSL color Cylindrical-coordinate representation of color #B851D9: hue angle of 285.44º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B851D9 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 81 217 -
CMYK 0.15 0.63 0 0.15
HSL 285.44º 0.64% 0.58% -
HSV(B) 285.44º 0.63% 0.85% -
XYZ 35.23 21.08 67.86 -
YUV 127.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 184 81 217 0.15 0.63 0 0.15 285.44 0.64 0.58
Hex B8 51 D9 F 3F 0 F 11D 40 3A
Octal 270 121 331 17 77 0 17 435 100 72
Binary 10111000 1010001 11011001 1111 111111 0 1111 100011101 1000000 111010

Color Harmonies of #B851D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851D9

Black with #B851D9

Text Example


Text Example

White with #B851D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851D9; }

 p { color: rgb(184,81,217); }

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

background-color css

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

 a { background-color: rgb(184,81,217); }

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

border-color css

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

 span { border-color: rgb(184,81,217); }

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