Html Css Color HEX #B613F3 Electric Purple

📋 copy color: '#B613F3'

red 182 ◦ green 19 ◦ blue 243

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

Shades of Electric Purple #B613F3

Tints of Electric Purple #B613F3

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

 GREEN value IS 19 (7.81% from 255) = 4.28%

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

R = 40.99%
G = 4.28%
B = 54.73%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B613F3 (or 0xB613F3) is known color: Electric Purple. HEX triplet: B6, 13 and F3. RGB value is (182,19,243). Sum of RGB (Red+Green+Blue) = 182+19+243=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 19 (7.81% from 255 or 4.28% 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 #B613F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613F3 is #49EC0C. Grayscale: #5C5C5C. Windows color (decimal): -4844557 or 15930294. OLE color: 15930294.

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

Color convert

RGB 182 19 243 -
CMYK 0.25 0.92 0 0.05
HSL 283.66º 0.9% 0.51% -
HSV(B) 283.66º 0.92% 0.95% -
XYZ 35.7 16.88 86.17 -
YUV 93.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 182 19 243 0.25 0.92 0 0.05 283.66 0.9 0.51
Hex B6 13 F3 19 5C 0 5 11C 5A 33
Octal 266 23 363 31 134 0 5 434 132 63
Binary 10110110 10011 11110011 11001 1011100 0 101 100011100 1011010 110011

Color Harmonies of #B613F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613F3

Black with #B613F3

Text Example


Text Example

White with #B613F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613F3; }

 p { color: rgb(182,19,243); }

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

background-color css

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

 a { background-color: rgb(182,19,243); }

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

border-color css

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

 span { border-color: rgb(182,19,243); }

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