Html Css Color HEX #B129BF Dark Orchid

📋 copy color: '#B129BF'

red 177 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #B129BF

Tints of Dark Orchid #B129BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 43.28%
G = 10.02%
B = 46.7%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B129BF (or 0xB129BF) is known color: Dark Orchid. HEX triplet: B1, 29 and BF. RGB value is (177,41,191). Sum of RGB (Red+Green+Blue) = 177+41+191=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #B129BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129BF is #4ED640. Grayscale: #626262. Windows color (decimal): -5166657 or 12528049. OLE color: 12528049.

HSL color Cylindrical-coordinate representation of color #B129BF: hue angle of 294.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B129BF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 41 191 -
CMYK 0.07 0.79 0 0.25
HSL 294.4º 0.65% 0.45% -
HSV(B) 294.4º 0.79% 0.75% -
XYZ 28.33 14.69 50.63 -
YUV 98.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 177 41 191 0.07 0.79 0 0.25 294.4 0.65 0.45
Hex B1 29 BF 7 4F 0 19 126 41 2D
Octal 261 51 277 7 117 0 31 446 101 55
Binary 10110001 101001 10111111 111 1001111 0 11001 100100110 1000001 101101

Color Harmonies of #B129BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129BF

Black with #B129BF

Text Example


Text Example

White with #B129BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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