Html Css Color HEX #B029BC Dark Orchid

📋 copy color: '#B029BC'

red 176 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #B029BC

Tints of Dark Orchid #B029BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 43.46%
G = 10.12%
B = 46.42%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B029BC (or 0xB029BC) is known color: Dark Orchid. HEX triplet: B0, 29 and BC. RGB value is (176,41,188). Sum of RGB (Red+Green+Blue) = 176+41+188=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B029BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029BC is #4FD643. Grayscale: #616161. Windows color (decimal): -5232196 or 12331440. OLE color: 12331440.

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

Color convert

RGB 176 41 188 -
CMYK 0.06 0.78 0 0.26
HSL 295.1º 0.64% 0.45% -
HSV(B) 295.1º 0.78% 0.74% -
XYZ 27.77 14.45 48.9 -
YUV 98.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 176 41 188 0.06 0.78 0 0.26 295.1 0.64 0.45
Hex B0 29 BC 6 4E 0 1A 127 40 2D
Octal 260 51 274 6 116 0 32 447 100 55
Binary 10110000 101001 10111100 110 1001110 0 11010 100100111 1000000 101101

Color Harmonies of #B029BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029BC

Black with #B029BC

Text Example


Text Example

White with #B029BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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