Html Css Color HEX #B614FC Electric Purple

📋 copy color: '#B614FC'

red 182 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #B614FC

Tints of Electric Purple #B614FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 40.09%
G = 4.41%
B = 55.51%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B614FC (or 0xB614FC) is known color: Electric Purple. HEX triplet: B6, 14 and FC. RGB value is (182,20,252). Sum of RGB (Red+Green+Blue) = 182+20+252=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #B614FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614FC is #49EB03. Grayscale: #5E5E5E. Windows color (decimal): -4844292 or 16520374. OLE color: 16520374.

HSL color Cylindrical-coordinate representation of color #B614FC: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B614FC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 20 252 -
CMYK 0.28 0.92 0 0.01
HSL 281.9º 0.97% 0.53% -
HSV(B) 281.9º 0.92% 0.99% -
XYZ 37.11 17.47 93.51 -
YUV 94.89 216.67 190.14 -
System Red Green Blue C M Y K H S L
Decimal 182 20 252 0.28 0.92 0 0.01 281.9 0.97 0.53
Hex B6 14 FC 1C 5C 0 1 11A 61 35
Octal 266 24 374 34 134 0 1 432 141 65
Binary 10110110 10100 11111100 11100 1011100 0 1 100011010 1100001 110101

Color Harmonies of #B614FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614FC

Black with #B614FC

Text Example


Text Example

White with #B614FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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