Html Css Color HEX #B129ED Dark Orchid

📋 copy color: '#B129ED'

red 177 ◦ green 41 ◦ blue 237

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

Shades of Dark Orchid #B129ED

Tints of Dark Orchid #B129ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 38.9%
G = 9.01%
B = 52.09%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B129ED (or 0xB129ED) is known color: Dark Orchid. HEX triplet: B1, 29 and ED. RGB value is (177,41,237). Sum of RGB (Red+Green+Blue) = 177+41+237=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B129ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129ED is #4ED612. Grayscale: #676767. Windows color (decimal): -5166611 or 15542705. OLE color: 15542705.

HSL color Cylindrical-coordinate representation of color #B129ED: hue angle of 281.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B129ED is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 41 237 -
CMYK 0.25 0.83 0 0.07
HSL 281.63º 0.84% 0.55% -
HSV(B) 281.63º 0.83% 0.93% -
XYZ 34.21 17.05 81.61 -
YUV 104.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 177 41 237 0.25 0.83 0 0.07 281.63 0.84 0.55
Hex B1 29 ED 19 53 0 7 11A 54 37
Octal 261 51 355 31 123 0 7 432 124 67
Binary 10110001 101001 11101101 11001 1010011 0 111 100011010 1010100 110111

Color Harmonies of #B129ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129ED

Black with #B129ED

Text Example


Text Example

White with #B129ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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