Html Css Color HEX #B127EF Blue Violet

📋 copy color: '#B127EF'

red 177 ◦ green 39 ◦ blue 239

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

Shades of Blue Violet #B127EF

Tints of Blue Violet #B127EF

RGB

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

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

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

R = 38.9%
G = 8.57%
B = 52.53%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B127EF (or 0xB127EF) is known color: Blue Violet. HEX triplet: B1, 27 and EF. RGB value is (177,39,239). Sum of RGB (Red+Green+Blue) = 177+39+239=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #B127EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B127EF is #4ED810. Grayscale: #666666. Windows color (decimal): -5167121 or 15673265. OLE color: 15673265.

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

Color convert

RGB 177 39 239 -
CMYK 0.26 0.84 0 0.06
HSL 281.4º 0.86% 0.55% -
HSV(B) 281.4º 0.84% 0.94% -
XYZ 34.44 17.03 83.13 -
YUV 103.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 177 39 239 0.26 0.84 0 0.06 281.4 0.86 0.55
Hex B1 27 EF 1A 54 0 6 119 56 37
Octal 261 47 357 32 124 0 6 431 126 67
Binary 10110001 100111 11101111 11010 1010100 0 110 100011001 1010110 110111

Color Harmonies of #B127EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127EF

Black with #B127EF

Text Example


Text Example

White with #B127EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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