Html Css Color HEX #B203FB Electric Purple

📋 copy color: '#B203FB'

red 178 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #B203FB

Tints of Electric Purple #B203FB

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

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

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

R = 41.2%
G = 0.69%
B = 58.1%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B203FB (or 0xB203FB) is known color: Electric Purple. HEX triplet: B2, 03 and FB. RGB value is (178,3,251). Sum of RGB (Red+Green+Blue) = 178+3+251=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #B203FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203FB is #4DFC04. Grayscale: #525252. Windows color (decimal): -5110789 or 16450482. OLE color: 16450482.

HSL color Cylindrical-coordinate representation of color #B203FB: hue angle of 282.34º 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 #B203FB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 3 251 -
CMYK 0.29 0.99 0 0.02
HSL 282.34º 0.98% 0.5% -
HSV(B) 282.34º 0.99% 0.98% -
XYZ 35.81 16.5 92.56 -
YUV 83.6 222.48 195.33 -
System Red Green Blue C M Y K H S L
Decimal 178 3 251 0.29 0.99 0 0.02 282.34 0.98 0.5
Hex B2 3 FB 1D 63 0 2 11A 62 32
Octal 262 3 373 35 143 0 2 432 142 62
Binary 10110010 11 11111011 11101 1100011 0 10 100011010 1100010 110010

Color Harmonies of #B203FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203FB

Black with #B203FB

Text Example


Text Example

White with #B203FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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