Html Css Color HEX #B619FB Electric Purple

📋 copy color: '#B619FB'

red 182 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #B619FB

Tints of Electric Purple #B619FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 39.74%
G = 5.46%
B = 54.8%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B619FB (or 0xB619FB) is known color: Electric Purple. HEX triplet: B6, 19 and FB. RGB value is (182,25,251). Sum of RGB (Red+Green+Blue) = 182+25+251=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #B619FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619FB is #49E604. Grayscale: #606060. Windows color (decimal): -4843013 or 16456118. OLE color: 16456118.

HSL color Cylindrical-coordinate representation of color #B619FB: hue angle of 281.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B619FB is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 25 251 -
CMYK 0.27 0.90 0 0.02
HSL 281.68º 0.97% 0.54% -
HSV(B) 281.68º 0.9% 0.98% -
XYZ 37.05 17.61 92.71 -
YUV 97.71 214.51 188.12 -
System Red Green Blue C M Y K H S L
Decimal 182 25 251 0.27 0.90 0 0.02 281.68 0.97 0.54
Hex B6 19 FB 1B 5A 0 2 11A 61 36
Octal 266 31 373 33 132 0 2 432 141 66
Binary 10110110 11001 11111011 11011 1011010 0 10 100011010 1100001 110110

Color Harmonies of #B619FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619FB

Black with #B619FB

Text Example


Text Example

White with #B619FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619FB; }

 p { color: rgb(182,25,251); }

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

background-color css

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

 a { background-color: rgb(182,25,251); }

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

border-color css

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

 span { border-color: rgb(182,25,251); }

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