Html Css Color HEX #B203ED Electric Purple

📋 copy color: '#B203ED'

red 178 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #B203ED

Tints of Electric Purple #B203ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.7%

R = 42.58%
G = 0.72%
B = 56.7%

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

#B203ED (or 0xB203ED) is known color: Electric Purple. HEX triplet: B2, 03 and ED. RGB value is (178,3,237). Sum of RGB (Red+Green+Blue) = 178+3+237=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #B203ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203ED is #4DFC12. Grayscale: #515151. Windows color (decimal): -5110803 or 15532978. OLE color: 15532978.

HSL color Cylindrical-coordinate representation of color #B203ED: hue angle of 284.87º degrees, saturation: 0.98, 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 #B203ED is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 3 237 -
CMYK 0.25 0.99 0 0.07
HSL 284.87º 0.98% 0.47% -
HSV(B) 284.87º 0.99% 0.93% -
XYZ 33.68 15.64 81.37 -
YUV 82 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 178 3 237 0.25 0.99 0 0.07 284.87 0.98 0.47
Hex B2 3 ED 19 63 0 7 11D 62 2F
Octal 262 3 355 31 143 0 7 435 142 57
Binary 10110010 11 11101101 11001 1100011 0 111 100011101 1100010 101111

Color Harmonies of #B203ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203ED

Black with #B203ED

Text Example


Text Example

White with #B203ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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