Html Css Color HEX #B129AF Dark Orchid

📋 copy color: '#B129AF'

red 177 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #B129AF

Tints of Dark Orchid #B129AF

RGB

 RED value IS 177 (69.53% from 255) = 45.04%

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

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

R = 45.04%
G = 10.43%
B = 44.53%

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

#B129AF (or 0xB129AF) is known color: Dark Orchid. HEX triplet: B1, 29 and AF. RGB value is (177,41,175). Sum of RGB (Red+Green+Blue) = 177+41+175=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B129AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129AF is #4ED650. Grayscale: #606060. Windows color (decimal): -5166673 or 11479473. OLE color: 11479473.

HSL color Cylindrical-coordinate representation of color #B129AF: hue angle of 300.88º 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 #B129AF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 175 -
CMYK 0 0.77 0.01 0.31
HSL 300.88º 0.62% 0.43% -
HSV(B) 300.88º 0.77% 0.69% -
XYZ 26.66 14.03 41.86 -
YUV 96.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 177 41 175 0 0.77 0.01 0.31 300.88 0.62 0.43
Hex B1 29 AF 0 4D 1 1F 12D 3E 2B
Octal 261 51 257 0 115 1 37 455 76 53
Binary 10110001 101001 10101111 0 1001101 1 11111 100101101 111110 101011

Color Harmonies of #B129AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129AF

Black with #B129AF

Text Example


Text Example

White with #B129AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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