Html Css Color HEX #B603FB Electric Purple

📋 copy color: '#B603FB'

red 182 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #B603FB

Tints of Electric Purple #B603FB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

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

R = 41.74%
G = 0.69%
B = 57.57%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B603FB (or 0xB603FB) is known color: Electric Purple. HEX triplet: B6, 03 and FB. RGB value is (182,3,251). Sum of RGB (Red+Green+Blue) = 182+3+251=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #B603FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603FB is #49FC04. Grayscale: #535353. Windows color (decimal): -4848645 or 16450486. OLE color: 16450486.

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

Color convert

RGB 182 3 251 -
CMYK 0.27 0.99 0 0.02
HSL 283.31º 0.98% 0.5% -
HSV(B) 283.31º 0.99% 0.98% -
XYZ 36.74 16.98 92.61 -
YUV 84.79 221.8 197.33 -
System Red Green Blue C M Y K H S L
Decimal 182 3 251 0.27 0.99 0 0.02 283.31 0.98 0.5
Hex B6 3 FB 1B 63 0 2 11B 62 32
Octal 266 3 373 33 143 0 2 433 142 62
Binary 10110110 11 11111011 11011 1100011 0 10 100011011 1100010 110010

Color Harmonies of #B603FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603FB

Black with #B603FB

Text Example


Text Example

White with #B603FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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