Html Css Color HEX #B129BC Dark Orchid

📋 copy color: '#B129BC'

red 177 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #B129BC

Tints of Dark Orchid #B129BC

RGB

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

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

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

R = 43.6%
G = 10.1%
B = 46.31%

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

#B129BC (or 0xB129BC) is known color: Dark Orchid. HEX triplet: B1, 29 and BC. RGB value is (177,41,188). Sum of RGB (Red+Green+Blue) = 177+41+188=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B129BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129BC is #4ED643. Grayscale: #616161. Windows color (decimal): -5166660 or 12331441. OLE color: 12331441.

HSL color Cylindrical-coordinate representation of color #B129BC: hue angle of 295.51º 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 #B129BC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 41 188 -
CMYK 0.06 0.78 0 0.26
HSL 295.51º 0.64% 0.45% -
HSV(B) 295.51º 0.78% 0.74% -
XYZ 28 14.56 48.91 -
YUV 98.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 177 41 188 0.06 0.78 0 0.26 295.51 0.64 0.45
Hex B1 29 BC 6 4E 0 1A 128 40 2D
Octal 261 51 274 6 116 0 32 450 100 55
Binary 10110001 101001 10111100 110 1001110 0 11010 100101000 1000000 101101

Color Harmonies of #B129BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129BC

Black with #B129BC

Text Example


Text Example

White with #B129BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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