Html Css Color HEX #B712F3 Electric Purple

📋 copy color: '#B712F3'

red 183 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #B712F3

Tints of Electric Purple #B712F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 41.22%
G = 4.05%
B = 54.73%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B712F3 (or 0xB712F3) is known color: Electric Purple. HEX triplet: B7, 12 and F3. RGB value is (183,18,243). Sum of RGB (Red+Green+Blue) = 183+18+243=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #B712F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712F3 is #48ED0C. Grayscale: #5C5C5C. Windows color (decimal): -4779277 or 15930039. OLE color: 15930039.

HSL color Cylindrical-coordinate representation of color #B712F3: hue angle of 284º degrees, saturation: 0.9, 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 #B712F3 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 18 243 -
CMYK 0.25 0.93 0 0.05
HSL 284º 0.9% 0.51% -
HSV(B) 284º 0.93% 0.95% -
XYZ 35.92 16.97 86.18 -
YUV 92.99 212.66 192.2 -
System Red Green Blue C M Y K H S L
Decimal 183 18 243 0.25 0.93 0 0.05 284 0.9 0.51
Hex B7 12 F3 19 5D 0 5 11C 5A 33
Octal 267 22 363 31 135 0 5 434 132 63
Binary 10110111 10010 11110011 11001 1011101 0 101 100011100 1011010 110011

Color Harmonies of #B712F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712F3

Black with #B712F3

Text Example


Text Example

White with #B712F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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