Html Css Color HEX #B202F0 Electric Purple

📋 copy color: '#B202F0'

red 178 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #B202F0

Tints of Electric Purple #B202F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 42.38%
G = 0.48%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B202F0 (or 0xB202F0) is known color: Electric Purple. HEX triplet: B2, 02 and F0. RGB value is (178,2,240). Sum of RGB (Red+Green+Blue) = 178+2+240=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #B202F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202F0 is #4DFD0F. Grayscale: #505050. Windows color (decimal): -5111056 or 15729330. OLE color: 15729330.

HSL color Cylindrical-coordinate representation of color #B202F0: hue angle of 284.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202F0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 2 240 -
CMYK 0.26 0.99 0 0.06
HSL 284.37º 0.98% 0.47% -
HSV(B) 284.37º 0.99% 0.94% -
XYZ 34.11 15.8 83.69 -
YUV 81.76 217.31 196.65 -
System Red Green Blue C M Y K H S L
Decimal 178 2 240 0.26 0.99 0 0.06 284.37 0.98 0.47
Hex B2 2 F0 1A 63 0 6 11C 62 2F
Octal 262 2 360 32 143 0 6 434 142 57
Binary 10110010 10 11110000 11010 1100011 0 110 100011100 1100010 101111

Color Harmonies of #B202F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202F0

Black with #B202F0

Text Example


Text Example

White with #B202F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202F0; }

 p { color: rgb(178,2,240); }

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

background-color css

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

 a { background-color: rgb(178,2,240); }

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

border-color css

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

 span { border-color: rgb(178,2,240); }

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