Html Css Color HEX #B614F5 Electric Purple

📋 copy color: '#B614F5'

red 182 ◦ green 20 ◦ blue 245

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

Shades of Electric Purple #B614F5

Tints of Electric Purple #B614F5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.47%

 BLUE value IS 245 (96.09% from 255) = 54.81%

R = 40.72%
G = 4.47%
B = 54.81%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B614F5 (or 0xB614F5) is known color: Electric Purple. HEX triplet: B6, 14 and F5. RGB value is (182,20,245). Sum of RGB (Red+Green+Blue) = 182+20+245=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #B614F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614F5 is #49EB0A. Grayscale: #5D5D5D. Windows color (decimal): -4844299 or 16061622. OLE color: 16061622.

HSL color Cylindrical-coordinate representation of color #B614F5: hue angle of 283.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B614F5 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 20 245 -
CMYK 0.26 0.92 0 0.04
HSL 283.2º 0.92% 0.52% -
HSV(B) 283.2º 0.92% 0.96% -
XYZ 36.02 17.04 87.78 -
YUV 94.09 213.17 190.7 -
System Red Green Blue C M Y K H S L
Decimal 182 20 245 0.26 0.92 0 0.04 283.2 0.92 0.52
Hex B6 14 F5 1A 5C 0 4 11B 5C 34
Octal 266 24 365 32 134 0 4 433 134 64
Binary 10110110 10100 11110101 11010 1011100 0 100 100011011 1011100 110100

Color Harmonies of #B614F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614F5

Black with #B614F5

Text Example


Text Example

White with #B614F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614F5; }

 p { color: rgb(182,20,245); }

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

background-color css

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

 a { background-color: rgb(182,20,245); }

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

border-color css

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

 span { border-color: rgb(182,20,245); }

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