Html Css Color HEX #B902EB Electric Purple

📋 copy color: '#B902EB'

red 185 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #B902EB

Tints of Electric Purple #B902EB

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 43.84%
G = 0.47%
B = 55.69%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B902EB (or 0xB902EB) is known color: Electric Purple. HEX triplet: B9, 02 and EB. RGB value is (185,2,235). Sum of RGB (Red+Green+Blue) = 185+2+235=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #B902EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902EB is #46FD14. Grayscale: #525252. Windows color (decimal): -4652309 or 15401657. OLE color: 15401657.

HSL color Cylindrical-coordinate representation of color #B902EB: hue angle of 287.12º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902EB is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 2 235 -
CMYK 0.21 0.99 0 0.08
HSL 287.12º 0.98% 0.46% -
HSV(B) 287.12º 0.99% 0.92% -
XYZ 35.02 16.36 79.91 -
YUV 83.28 213.63 200.55 -
System Red Green Blue C M Y K H S L
Decimal 185 2 235 0.21 0.99 0 0.08 287.12 0.98 0.46
Hex B9 2 EB 15 63 0 8 11F 62 2E
Octal 271 2 353 25 143 0 10 437 142 56
Binary 10111001 10 11101011 10101 1100011 0 1000 100011111 1100010 101110

Color Harmonies of #B902EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B902EB

Black with #B902EB

Text Example


Text Example

White with #B902EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B902EB; }

 p { color: rgb(185,2,235); }

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

background-color css

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

 a { background-color: rgb(185,2,235); }

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

border-color css

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

 span { border-color: rgb(185,2,235); }

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