Html Css Color HEX #B026DF Dark Orchid

📋 copy color: '#B026DF'

red 176 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #B026DF

Tints of Dark Orchid #B026DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 40.27%
G = 8.7%
B = 51.03%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B026DF (or 0xB026DF) is known color: Dark Orchid. HEX triplet: B0, 26 and DF. RGB value is (176,38,223). Sum of RGB (Red+Green+Blue) = 176+38+223=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B026DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B026DF is #4FD920. Grayscale: #636363. Windows color (decimal): -5232929 or 14624432. OLE color: 14624432.

HSL color Cylindrical-coordinate representation of color #B026DF: hue angle of 284.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B026DF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 38 223 -
CMYK 0.21 0.83 0 0.13
HSL 284.76º 0.74% 0.51% -
HSV(B) 284.76º 0.83% 0.87% -
XYZ 31.92 15.94 71.21 -
YUV 100.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 176 38 223 0.21 0.83 0 0.13 284.76 0.74 0.51
Hex B0 26 DF 15 53 0 D 11D 4A 33
Octal 260 46 337 25 123 0 15 435 112 63
Binary 10110000 100110 11011111 10101 1010011 0 1101 100011101 1001010 110011

Color Harmonies of #B026DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B026DF

Black with #B026DF

Text Example


Text Example

White with #B026DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B026DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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