Html Css Color HEX #B902ED Electric Purple

📋 copy color: '#B902ED'

red 185 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #B902ED

Tints of Electric Purple #B902ED

RGB

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

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

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

R = 43.63%
G = 0.47%
B = 55.9%

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

#B902ED (or 0xB902ED) is known color: Electric Purple. HEX triplet: B9, 02 and ED. RGB value is (185,2,237). Sum of RGB (Red+Green+Blue) = 185+2+237=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #B902ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902ED is #46FD12. Grayscale: #525252. Windows color (decimal): -4652307 or 15532729. OLE color: 15532729.

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

Color convert

RGB 185 2 237 -
CMYK 0.22 0.99 0 0.07
HSL 286.72º 0.98% 0.47% -
HSV(B) 286.72º 0.99% 0.93% -
XYZ 35.32 16.47 81.44 -
YUV 83.51 214.63 200.39 -
System Red Green Blue C M Y K H S L
Decimal 185 2 237 0.22 0.99 0 0.07 286.72 0.98 0.47
Hex B9 2 ED 16 63 0 7 11F 62 2F
Octal 271 2 355 26 143 0 7 437 142 57
Binary 10111001 10 11101101 10110 1100011 0 111 100011111 1100010 101111

Color Harmonies of #B902ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B902ED

Black with #B902ED

Text Example


Text Example

White with #B902ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B902ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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