Html Css Color HEX #B203FD Electric Purple

📋 copy color: '#B203FD'

red 178 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #B203FD

Tints of Electric Purple #B203FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 41.01%
G = 0.69%
B = 58.29%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B203FD (or 0xB203FD) is known color: Electric Purple. HEX triplet: B2, 03 and FD. RGB value is (178,3,253). Sum of RGB (Red+Green+Blue) = 178+3+253=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B203FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203FD is #4DFC02. Grayscale: #535353. Windows color (decimal): -5110787 or 16581554. OLE color: 16581554.

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

Color convert

RGB 178 3 253 -
CMYK 0.30 0.99 0 0.01
HSL 282º 0.98% 0.5% -
HSV(B) 282º 0.99% 0.99% -
XYZ 36.12 16.62 94.23 -
YUV 83.83 223.48 195.17 -
System Red Green Blue C M Y K H S L
Decimal 178 3 253 0.30 0.99 0 0.01 282 0.98 0.5
Hex B2 3 FD 1E 63 0 1 11A 62 32
Octal 262 3 375 36 143 0 1 432 142 62
Binary 10110010 11 11111101 11110 1100011 0 1 100011010 1100010 110010

Color Harmonies of #B203FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203FD

Black with #B203FD

Text Example


Text Example

White with #B203FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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