Html Css Color HEX #B029AF Dark Orchid

📋 copy color: '#B029AF'

red 176 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #B029AF

Tints of Dark Orchid #B029AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 44.9%
G = 10.46%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B029AF (or 0xB029AF) is known color: Dark Orchid. HEX triplet: B0, 29 and AF. RGB value is (176,41,175). Sum of RGB (Red+Green+Blue) = 176+41+175=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B029AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B029AF is #4FD650. Grayscale: #606060. Windows color (decimal): -5232209 or 11479472. OLE color: 11479472.

HSL color Cylindrical-coordinate representation of color #B029AF: hue angle of 300.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B029AF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 175 -
CMYK 0 0.77 0.01 0.31
HSL 300.44º 0.62% 0.43% -
HSV(B) 300.44º 0.77% 0.69% -
XYZ 26.44 13.91 41.85 -
YUV 96.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 176 41 175 0 0.77 0.01 0.31 300.44 0.62 0.43
Hex B0 29 AF 0 4D 1 1F 12C 3E 2B
Octal 260 51 257 0 115 1 37 454 76 53
Binary 10110000 101001 10101111 0 1001101 1 11111 100101100 111110 101011

Color Harmonies of #B029AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029AF

Black with #B029AF

Text Example


Text Example

White with #B029AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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