Html Css Color HEX #B129EF Dark Orchid

📋 copy color: '#B129EF'

red 177 ◦ green 41 ◦ blue 239

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

Shades of Dark Orchid #B129EF

Tints of Dark Orchid #B129EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 38.73%
G = 8.97%
B = 52.3%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B129EF (or 0xB129EF) is known color: Dark Orchid. HEX triplet: B1, 29 and EF. RGB value is (177,41,239). Sum of RGB (Red+Green+Blue) = 177+41+239=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #B129EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129EF is #4ED610. Grayscale: #676767. Windows color (decimal): -5166609 or 15673777. OLE color: 15673777.

HSL color Cylindrical-coordinate representation of color #B129EF: hue angle of 281.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B129EF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 41 239 -
CMYK 0.26 0.83 0 0.06
HSL 281.21º 0.86% 0.55% -
HSV(B) 281.21º 0.83% 0.94% -
XYZ 34.5 17.16 83.16 -
YUV 104.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 177 41 239 0.26 0.83 0 0.06 281.21 0.86 0.55
Hex B1 29 EF 1A 53 0 6 119 56 37
Octal 261 51 357 32 123 0 6 431 126 67
Binary 10110001 101001 11101111 11010 1010011 0 110 100011001 1010110 110111

Color Harmonies of #B129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129EF

Black with #B129EF

Text Example


Text Example

White with #B129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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