Html Css Color HEX #B023DB Dark Orchid

📋 copy color: '#B023DB'

red 176 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #B023DB

Tints of Dark Orchid #B023DB

RGB

 RED value IS 176 (69.14% from 255) = 40.93%

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

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

R = 40.93%
G = 8.14%
B = 50.93%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B023DB (or 0xB023DB) is known color: Dark Orchid. HEX triplet: B0, 23 and DB. RGB value is (176,35,219). Sum of RGB (Red+Green+Blue) = 176+35+219=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B023DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023DB is #4FDC24. Grayscale: #616161. Windows color (decimal): -5233701 or 14361520. OLE color: 14361520.

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

Color convert

RGB 176 35 219 -
CMYK 0.20 0.84 0 0.14
HSL 285.98º 0.72% 0.5% -
HSV(B) 285.98º 0.84% 0.86% -
XYZ 31.29 15.55 68.37 -
YUV 98.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 176 35 219 0.20 0.84 0 0.14 285.98 0.72 0.5
Hex B0 23 DB 14 54 0 E 11E 48 32
Octal 260 43 333 24 124 0 16 436 110 62
Binary 10110000 100011 11011011 10100 1010100 0 1110 100011110 1001000 110010

Color Harmonies of #B023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023DB

Black with #B023DB

Text Example


Text Example

White with #B023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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