Html Css Color HEX #B12DFF Electric Purple

📋 copy color: '#B12DFF'

red 177 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #B12DFF

Tints of Electric Purple #B12DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.43%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 37.11%
G = 9.43%
B = 53.46%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B12DFF (or 0xB12DFF) is known color: Electric Purple. HEX triplet: B1, 2D and FF. RGB value is (177,45,255). Sum of RGB (Red+Green+Blue) = 177+45+255=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B12DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DFF is #4ED200. Grayscale: #6B6B6B. Windows color (decimal): -5165569 or 16723377. OLE color: 16723377.

HSL color Cylindrical-coordinate representation of color #B12DFF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12DFF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 45 255 -
CMYK 0.31 0.82 0 0
HSL 277.71º 1% 0.59% -
HSV(B) 277.71º 0.82% 1% -
XYZ 37.12 18.44 96.21 -
YUV 108.41 210.73 176.92 -
System Red Green Blue C M Y K H S L
Decimal 177 45 255 0.31 0.82 0 0 277.71 1 0.59
Hex B1 2D FF 1F 52 0 0 116 64 3B
Octal 261 55 377 37 122 0 0 426 144 73
Binary 10110001 101101 11111111 11111 1010010 0 0 100010110 1100100 111011

Color Harmonies of #B12DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DFF

Black with #B12DFF

Text Example


Text Example

White with #B12DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DFF; }

 p { color: rgb(177,45,255); }

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

background-color css

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

 a { background-color: rgb(177,45,255); }

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

border-color css

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

 span { border-color: rgb(177,45,255); }

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