Html Css Color HEX #B854DB Medium Orchid

📋 copy color: '#B854DB'

red 184 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B854DB

Tints of Medium Orchid #B854DB

RGB

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

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

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

R = 37.78%
G = 17.25%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B854DB (or 0xB854DB) is known color: Medium Orchid. HEX triplet: B8, 54 and DB. RGB value is (184,84,219). Sum of RGB (Red+Green+Blue) = 184+84+219=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B854DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854DB is #47AB24. Grayscale: #808080. Windows color (decimal): -4696869 or 14374072. OLE color: 14374072.

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

Color convert

RGB 184 84 219 -
CMYK 0.16 0.62 0 0.14
HSL 284.44º 0.65% 0.59% -
HSV(B) 284.44º 0.62% 0.86% -
XYZ 35.72 21.65 69.31 -
YUV 129.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 184 84 219 0.16 0.62 0 0.14 284.44 0.65 0.59
Hex B8 54 DB 10 3E 0 E 11C 41 3B
Octal 270 124 333 20 76 0 16 434 101 73
Binary 10111000 1010100 11011011 10000 111110 0 1110 100011100 1000001 111011

Color Harmonies of #B854DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854DB

Black with #B854DB

Text Example


Text Example

White with #B854DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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