Html Css Color HEX #B203EC Electric Purple

📋 copy color: '#B203EC'

red 178 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #B203EC

Tints of Electric Purple #B203EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 42.69%
G = 0.72%
B = 56.59%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B203EC (or 0xB203EC) is known color: Electric Purple. HEX triplet: B2, 03 and EC. RGB value is (178,3,236). Sum of RGB (Red+Green+Blue) = 178+3+236=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #B203EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203EC is #4DFC13. Grayscale: #515151. Windows color (decimal): -5110804 or 15467442. OLE color: 15467442.

HSL color Cylindrical-coordinate representation of color #B203EC: hue angle of 285.06º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203EC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 3 236 -
CMYK 0.25 0.99 0 0.07
HSL 285.06º 0.97% 0.47% -
HSV(B) 285.06º 0.99% 0.93% -
XYZ 33.53 15.59 80.6 -
YUV 81.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 178 3 236 0.25 0.99 0 0.07 285.06 0.97 0.47
Hex B2 3 EC 19 63 0 7 11D 61 2F
Octal 262 3 354 31 143 0 7 435 141 57
Binary 10110010 11 11101100 11001 1100011 0 111 100011101 1100001 101111

Color Harmonies of #B203EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203EC

Black with #B203EC

Text Example


Text Example

White with #B203EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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