Html Css Color HEX #B029DE Dark Orchid

📋 copy color: '#B029DE'

red 176 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #B029DE

Tints of Dark Orchid #B029DE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 40.09%
G = 9.34%
B = 50.57%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B029DE (or 0xB029DE) is known color: Dark Orchid. HEX triplet: B0, 29 and DE. RGB value is (176,41,222). Sum of RGB (Red+Green+Blue) = 176+41+222=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #B029DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029DE is #4FD621. Grayscale: #656565. Windows color (decimal): -5232162 or 14559664. OLE color: 14559664.

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

Color convert

RGB 176 41 222 -
CMYK 0.21 0.82 0 0.13
HSL 284.75º 0.73% 0.52% -
HSV(B) 284.75º 0.82% 0.87% -
XYZ 31.88 16.09 70.53 -
YUV 102 195.73 180.78 -
System Red Green Blue C M Y K H S L
Decimal 176 41 222 0.21 0.82 0 0.13 284.75 0.73 0.52
Hex B0 29 DE 15 52 0 D 11D 49 34
Octal 260 51 336 25 122 0 15 435 111 64
Binary 10110000 101001 11011110 10101 1010010 0 1101 100011101 1001001 110100

Color Harmonies of #B029DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029DE

Black with #B029DE

Text Example


Text Example

White with #B029DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029DE; }

 p { color: rgb(176,41,222); }

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

background-color css

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

 a { background-color: rgb(176,41,222); }

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

border-color css

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

 span { border-color: rgb(176,41,222); }

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