Html Css Color HEX #B029B5 Dark Orchid

📋 copy color: '#B029B5'

red 176 ◦ green 41 ◦ blue 181

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

Shades of Dark Orchid #B029B5

Tints of Dark Orchid #B029B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 44.22%
G = 10.3%
B = 45.48%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B029B5 (or 0xB029B5) is known color: Dark Orchid. HEX triplet: B0, 29 and B5. RGB value is (176,41,181). Sum of RGB (Red+Green+Blue) = 176+41+181=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #B029B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029B5 is #4FD64A. Grayscale: #606060. Windows color (decimal): -5232203 or 11872688. OLE color: 11872688.

HSL color Cylindrical-coordinate representation of color #B029B5: hue angle of 297.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B029B5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 41 181 -
CMYK 0.03 0.77 0 0.29
HSL 297.86º 0.63% 0.44% -
HSV(B) 297.86º 0.77% 0.71% -
XYZ 27.04 14.15 45.02 -
YUV 97.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 176 41 181 0.03 0.77 0 0.29 297.86 0.63 0.44
Hex B0 29 B5 3 4D 0 1D 12A 3F 2C
Octal 260 51 265 3 115 0 35 452 77 54
Binary 10110000 101001 10110101 11 1001101 0 11101 100101010 111111 101100

Color Harmonies of #B029B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029B5

Black with #B029B5

Text Example


Text Example

White with #B029B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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