Html Css Color HEX #B029BA Dark Orchid

📋 copy color: '#B029BA'

red 176 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #B029BA

Tints of Dark Orchid #B029BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 43.67%
G = 10.17%
B = 46.15%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B029BA (or 0xB029BA) is known color: Dark Orchid. HEX triplet: B0, 29 and BA. RGB value is (176,41,186). Sum of RGB (Red+Green+Blue) = 176+41+186=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B029BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029BA is #4FD645. Grayscale: #616161. Windows color (decimal): -5232198 or 12200368. OLE color: 12200368.

HSL color Cylindrical-coordinate representation of color #B029BA: hue angle of 295.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B029BA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 41 186 -
CMYK 0.05 0.78 0 0.27
HSL 295.86º 0.64% 0.45% -
HSV(B) 295.86º 0.78% 0.73% -
XYZ 27.56 14.36 47.77 -
YUV 97.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 176 41 186 0.05 0.78 0 0.27 295.86 0.64 0.45
Hex B0 29 BA 5 4E 0 1B 128 40 2D
Octal 260 51 272 5 116 0 33 450 100 55
Binary 10110000 101001 10111010 101 1001110 0 11011 100101000 1000000 101101

Color Harmonies of #B029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029BA

Black with #B029BA

Text Example


Text Example

White with #B029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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