Html Css Color HEX #B127F0 Blue Violet

📋 copy color: '#B127F0'

red 177 ◦ green 39 ◦ blue 240

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

Shades of Blue Violet #B127F0

Tints of Blue Violet #B127F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 38.82%
G = 8.55%
B = 52.63%

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

#B127F0 (or 0xB127F0) is known color: Blue Violet. HEX triplet: B1, 27 and F0. RGB value is (177,39,240). Sum of RGB (Red+Green+Blue) = 177+39+240=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #B127F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B127F0 is #4ED80F. Grayscale: #666666. Windows color (decimal): -5167120 or 15738801. OLE color: 15738801.

HSL color Cylindrical-coordinate representation of color #B127F0: hue angle of 281.19º degrees, saturation: 0.87, 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 #B127F0 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 39 240 -
CMYK 0.26 0.84 0 0.06
HSL 281.19º 0.87% 0.55% -
HSV(B) 281.19º 0.84% 0.94% -
XYZ 34.59 17.09 83.91 -
YUV 103.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 177 39 240 0.26 0.84 0 0.06 281.19 0.87 0.55
Hex B1 27 F0 1A 54 0 6 119 57 37
Octal 261 47 360 32 124 0 6 431 127 67
Binary 10110001 100111 11110000 11010 1010100 0 110 100011001 1010111 110111

Color Harmonies of #B127F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127F0

Black with #B127F0

Text Example


Text Example

White with #B127F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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