Html Css Color HEX #B603F3 Electric Purple

📋 copy color: '#B603F3'

red 182 ◦ green 3 ◦ blue 243

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

Shades of Electric Purple #B603F3

Tints of Electric Purple #B603F3

RGB

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

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

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

R = 42.52%
G = 0.7%
B = 56.78%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B603F3 (or 0xB603F3) is known color: Electric Purple. HEX triplet: B6, 03 and F3. RGB value is (182,3,243). Sum of RGB (Red+Green+Blue) = 182+3+243=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #B603F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603F3 is #49FC0C. Grayscale: #535353. Windows color (decimal): -4848653 or 15926198. OLE color: 15926198.

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

Color convert

RGB 182 3 243 -
CMYK 0.25 0.99 0 0.05
HSL 284.75º 0.98% 0.48% -
HSV(B) 284.75º 0.99% 0.95% -
XYZ 35.5 16.48 86.1 -
YUV 83.88 217.8 197.99 -
System Red Green Blue C M Y K H S L
Decimal 182 3 243 0.25 0.99 0 0.05 284.75 0.98 0.48
Hex B6 3 F3 19 63 0 5 11D 62 30
Octal 266 3 363 31 143 0 5 435 142 60
Binary 10110110 11 11110011 11001 1100011 0 101 100011101 1100010 110000

Color Harmonies of #B603F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603F3

Black with #B603F3

Text Example


Text Example

White with #B603F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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