Html Css Color HEX #B129AE Dark Orchid

📋 copy color: '#B129AE'

red 177 ◦ green 41 ◦ blue 174

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

Shades of Dark Orchid #B129AE

Tints of Dark Orchid #B129AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 45.15%
G = 10.46%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B129AE (or 0xB129AE) is known color: Dark Orchid. HEX triplet: B1, 29 and AE. RGB value is (177,41,174). Sum of RGB (Red+Green+Blue) = 177+41+174=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B129AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129AE is #4ED651. Grayscale: #606060. Windows color (decimal): -5166674 or 11413937. OLE color: 11413937.

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

Color convert

RGB 177 41 174 -
CMYK 0 0.77 0.02 0.31
HSL 301.32º 0.62% 0.43% -
HSV(B) 301.32º 0.77% 0.69% -
XYZ 26.56 13.99 41.34 -
YUV 96.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 177 41 174 0 0.77 0.02 0.31 301.32 0.62 0.43
Hex B1 29 AE 0 4D 2 1F 12D 3E 2B
Octal 261 51 256 0 115 2 37 455 76 53
Binary 10110001 101001 10101110 0 1001101 10 11111 100101101 111110 101011

Color Harmonies of #B129AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129AE

Black with #B129AE

Text Example


Text Example

White with #B129AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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