Html Css Color HEX #B129DF Dark Orchid

📋 copy color: '#B129DF'

red 177 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #B129DF

Tints of Dark Orchid #B129DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 40.14%
G = 9.3%
B = 50.57%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B129DF (or 0xB129DF) is known color: Dark Orchid. HEX triplet: B1, 29 and DF. RGB value is (177,41,223). Sum of RGB (Red+Green+Blue) = 177+41+223=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B129DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129DF is #4ED620. Grayscale: #656565. Windows color (decimal): -5166625 or 14625201. OLE color: 14625201.

HSL color Cylindrical-coordinate representation of color #B129DF: hue angle of 284.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B129DF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 41 223 -
CMYK 0.21 0.82 0 0.13
HSL 284.84º 0.74% 0.52% -
HSV(B) 284.84º 0.82% 0.87% -
XYZ 32.24 16.26 71.25 -
YUV 102.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 177 41 223 0.21 0.82 0 0.13 284.84 0.74 0.52
Hex B1 29 DF 15 52 0 D 11D 4A 34
Octal 261 51 337 25 122 0 15 435 112 64
Binary 10110001 101001 11011111 10101 1010010 0 1101 100011101 1001010 110100

Color Harmonies of #B129DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129DF

Black with #B129DF

Text Example


Text Example

White with #B129DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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