Html Css Color HEX #B902EE Electric Purple

📋 copy color: '#B902EE'

red 185 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #B902EE

Tints of Electric Purple #B902EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56%

R = 43.53%
G = 0.47%
B = 56%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B902EE (or 0xB902EE) is known color: Electric Purple. HEX triplet: B9, 02 and EE. RGB value is (185,2,238). Sum of RGB (Red+Green+Blue) = 185+2+238=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #B902EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902EE is #46FD11. Grayscale: #525252. Windows color (decimal): -4652306 or 15598265. OLE color: 15598265.

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

Color convert

RGB 185 2 238 -
CMYK 0.22 0.99 0 0.07
HSL 286.53º 0.98% 0.47% -
HSV(B) 286.53º 0.99% 0.93% -
XYZ 35.46 16.53 82.21 -
YUV 83.62 215.13 200.31 -
System Red Green Blue C M Y K H S L
Decimal 185 2 238 0.22 0.99 0 0.07 286.53 0.98 0.47
Hex B9 2 EE 16 63 0 7 11F 62 2F
Octal 271 2 356 26 143 0 7 437 142 57
Binary 10111001 10 11101110 10110 1100011 0 111 100011111 1100010 101111

Color Harmonies of #B902EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B902EE

Black with #B902EE

Text Example


Text Example

White with #B902EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B902EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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