Html Css Color HEX #B823DB Dark Orchid

📋 copy color: '#B823DB'

red 184 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #B823DB

Tints of Dark Orchid #B823DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.99%

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

R = 42.01%
G = 7.99%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B823DB (or 0xB823DB) is known color: Dark Orchid. HEX triplet: B8, 23 and DB. RGB value is (184,35,219). Sum of RGB (Red+Green+Blue) = 184+35+219=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B823DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823DB is #47DC24. Grayscale: #636363. Windows color (decimal): -4709413 or 14361528. OLE color: 14361528.

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

Color convert

RGB 184 35 219 -
CMYK 0.16 0.84 0 0.14
HSL 288.59º 0.72% 0.5% -
HSV(B) 288.59º 0.84% 0.86% -
XYZ 33.15 16.51 68.46 -
YUV 100.53 194.86 187.54 -
System Red Green Blue C M Y K H S L
Decimal 184 35 219 0.16 0.84 0 0.14 288.59 0.72 0.5
Hex B8 23 DB 10 54 0 E 121 48 32
Octal 270 43 333 20 124 0 16 441 110 62
Binary 10111000 100011 11011011 10000 1010100 0 1110 100100001 1001000 110010

Color Harmonies of #B823DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B823DB

Black with #B823DB

Text Example


Text Example

White with #B823DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B823DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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