Html Css Color HEX #B902E7 Electric Purple

📋 copy color: '#B902E7'

red 185 ◦ green 2 ◦ blue 231

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

Shades of Electric Purple #B902E7

Tints of Electric Purple #B902E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.26%

R = 44.26%
G = 0.48%
B = 55.26%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B902E7 (or 0xB902E7) is known color: Electric Purple. HEX triplet: B9, 02 and E7. RGB value is (185,2,231). Sum of RGB (Red+Green+Blue) = 185+2+231=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #B902E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902E7 is #46FD18. Grayscale: #525252. Windows color (decimal): -4652313 or 15139513. OLE color: 15139513.

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

Color convert

RGB 185 2 231 -
CMYK 0.20 0.99 0 0.09
HSL 287.95º 0.98% 0.46% -
HSV(B) 287.95º 0.99% 0.91% -
XYZ 34.45 16.13 76.9 -
YUV 82.82 211.63 200.88 -
System Red Green Blue C M Y K H S L
Decimal 185 2 231 0.20 0.99 0 0.09 287.95 0.98 0.46
Hex B9 2 E7 14 63 0 9 120 62 2E
Octal 271 2 347 24 143 0 11 440 142 56
Binary 10111001 10 11100111 10100 1100011 0 1001 100100000 1100010 101110

Color Harmonies of #B902E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B902E7

Black with #B902E7

Text Example


Text Example

White with #B902E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B902E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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