Html Css Color HEX #B712F1 Electric Purple

📋 copy color: '#B712F1'

red 183 ◦ green 18 ◦ blue 241

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

Shades of Electric Purple #B712F1

Tints of Electric Purple #B712F1

RGB

 RED value IS 183 (71.88% from 255) = 41.4%

 GREEN value IS 18 (7.42% from 255) = 4.07%

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 41.4%
G = 4.07%
B = 54.52%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B712F1 (or 0xB712F1) is known color: Electric Purple. HEX triplet: B7, 12 and F1. RGB value is (183,18,241). Sum of RGB (Red+Green+Blue) = 183+18+241=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #B712F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712F1 is #48ED0E. Grayscale: #5C5C5C. Windows color (decimal): -4779279 or 15798967. OLE color: 15798967.

HSL color Cylindrical-coordinate representation of color #B712F1: hue angle of 284.39º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B712F1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 18 241 -
CMYK 0.24 0.93 0 0.05
HSL 284.39º 0.89% 0.51% -
HSV(B) 284.39º 0.93% 0.95% -
XYZ 35.62 16.85 84.59 -
YUV 92.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 183 18 241 0.24 0.93 0 0.05 284.39 0.89 0.51
Hex B7 12 F1 18 5D 0 5 11C 59 33
Octal 267 22 361 30 135 0 5 434 131 63
Binary 10110111 10010 11110001 11000 1011101 0 101 100011100 1011001 110011

Color Harmonies of #B712F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712F1

Black with #B712F1

Text Example


Text Example

White with #B712F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712F1; }

 p { color: rgb(183,18,241); }

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

background-color css

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

 a { background-color: rgb(183,18,241); }

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

border-color css

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

 span { border-color: rgb(183,18,241); }

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