Html Css Color HEX #B129B0 Dark Orchid

📋 copy color: '#B129B0'

red 177 ◦ green 41 ◦ blue 176

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

Shades of Dark Orchid #B129B0

Tints of Dark Orchid #B129B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.67%

R = 44.92%
G = 10.41%
B = 44.67%

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

#B129B0 (or 0xB129B0) is known color: Dark Orchid. HEX triplet: B1, 29 and B0. RGB value is (177,41,176). Sum of RGB (Red+Green+Blue) = 177+41+176=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B129B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129B0 is #4ED64F. Grayscale: #606060. Windows color (decimal): -5166672 or 11545009. OLE color: 11545009.

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

Color convert

RGB 177 41 176 -
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.76 14.07 42.38 -
YUV 97.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 177 41 176 0 0.77 0.01 0.31 300.44 0.62 0.43
Hex B1 29 B0 0 4D 1 1F 12C 3E 2B
Octal 261 51 260 0 115 1 37 454 76 53
Binary 10110001 101001 10110000 0 1001101 1 11111 100101100 111110 101011

Color Harmonies of #B129B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129B0

Black with #B129B0

Text Example


Text Example

White with #B129B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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