Html Css Color HEX #B127EE Dark Orchid

📋 copy color: '#B127EE'

red 177 ◦ green 39 ◦ blue 238

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

Shades of Dark Orchid #B127EE

Tints of Dark Orchid #B127EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.59%

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 38.99%
G = 8.59%
B = 52.42%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B127EE (or 0xB127EE) is known color: Dark Orchid. HEX triplet: B1, 27 and EE. RGB value is (177,39,238). Sum of RGB (Red+Green+Blue) = 177+39+238=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #B127EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B127EE is #4ED811. Grayscale: #666666. Windows color (decimal): -5167122 or 15607729. OLE color: 15607729.

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

Color convert

RGB 177 39 238 -
CMYK 0.26 0.84 0 0.07
HSL 281.61º 0.85% 0.54% -
HSV(B) 281.61º 0.84% 0.93% -
XYZ 34.29 16.97 82.36 -
YUV 102.95 204.22 180.82 -
System Red Green Blue C M Y K H S L
Decimal 177 39 238 0.26 0.84 0 0.07 281.61 0.85 0.54
Hex B1 27 EE 1A 54 0 7 11A 55 36
Octal 261 47 356 32 124 0 7 432 125 66
Binary 10110001 100111 11101110 11010 1010100 0 111 100011010 1010101 110110

Color Harmonies of #B127EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127EE

Black with #B127EE

Text Example


Text Example

White with #B127EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127EE; }

 p { color: rgb(177,39,238); }

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

background-color css

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

 a { background-color: rgb(177,39,238); }

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

border-color css

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

 span { border-color: rgb(177,39,238); }

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