Html Css Color HEX #B851DB Medium Orchid

📋 copy color: '#B851DB'

red 184 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #B851DB

Tints of Medium Orchid #B851DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 38.02%
G = 16.74%
B = 45.25%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B851DB (or 0xB851DB) is known color: Medium Orchid. HEX triplet: B8, 51 and DB. RGB value is (184,81,219). Sum of RGB (Red+Green+Blue) = 184+81+219=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B851DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851DB is #47AE24. Grayscale: #7F7F7F. Windows color (decimal): -4697637 or 14373304. OLE color: 14373304.

HSL color Cylindrical-coordinate representation of color #B851DB: hue angle of 284.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B851DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 81 219 -
CMYK 0.16 0.63 0 0.14
HSL 284.78º 0.66% 0.59% -
HSV(B) 284.78º 0.63% 0.86% -
XYZ 35.5 21.19 69.24 -
YUV 127.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 184 81 219 0.16 0.63 0 0.14 284.78 0.66 0.59
Hex B8 51 DB 10 3F 0 E 11D 42 3B
Octal 270 121 333 20 77 0 16 435 102 73
Binary 10111000 1010001 11011011 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B851DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851DB

Black with #B851DB

Text Example


Text Example

White with #B851DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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