Html Css Color HEX #B026DB Dark Orchid

📋 copy color: '#B026DB'

red 176 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #B026DB

Tints of Dark Orchid #B026DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.78%

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

R = 40.65%
G = 8.78%
B = 50.58%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B026DB (or 0xB026DB) is known color: Dark Orchid. HEX triplet: B0, 26 and DB. RGB value is (176,38,219). Sum of RGB (Red+Green+Blue) = 176+38+219=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B026DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026DB is #4FD924. Grayscale: #636363. Windows color (decimal): -5232933 or 14362288. OLE color: 14362288.

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

Color convert

RGB 176 38 219 -
CMYK 0.20 0.83 0 0.14
HSL 285.75º 0.72% 0.5% -
HSV(B) 285.75º 0.83% 0.86% -
XYZ 31.38 15.73 68.4 -
YUV 99.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 176 38 219 0.20 0.83 0 0.14 285.75 0.72 0.5
Hex B0 26 DB 14 53 0 E 11E 48 32
Octal 260 46 333 24 123 0 16 436 110 62
Binary 10110000 100110 11011011 10100 1010011 0 1110 100011110 1001000 110010

Color Harmonies of #B026DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B026DB

Black with #B026DB

Text Example


Text Example

White with #B026DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B026DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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