Html Css Color HEX #B850DB Medium Orchid

📋 copy color: '#B850DB'

red 184 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B850DB

Tints of Medium Orchid #B850DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

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

R = 38.1%
G = 16.56%
B = 45.34%

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

#B850DB (or 0xB850DB) is known color: Medium Orchid. HEX triplet: B8, 50 and DB. RGB value is (184,80,219). Sum of RGB (Red+Green+Blue) = 184+80+219=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B850DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850DB is #47AF24. Grayscale: #7E7E7E. Windows color (decimal): -4697893 or 14373048. OLE color: 14373048.

HSL color Cylindrical-coordinate representation of color #B850DB: hue angle of 284.89º 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 #B850DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 80 219 -
CMYK 0.16 0.63 0 0.14
HSL 284.89º 0.66% 0.59% -
HSV(B) 284.89º 0.63% 0.86% -
XYZ 35.42 21.04 69.21 -
YUV 126.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 184 80 219 0.16 0.63 0 0.14 284.89 0.66 0.59
Hex B8 50 DB 10 3F 0 E 11D 42 3B
Octal 270 120 333 20 77 0 16 435 102 73
Binary 10111000 1010000 11011011 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B850DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850DB

Black with #B850DB

Text Example


Text Example

White with #B850DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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