Html Css Color HEX #B900F2 Electric Purple

📋 copy color: '#B900F2'

red 185 ◦ green 0 ◦ blue 242

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

Shades of Electric Purple #B900F2

Tints of Electric Purple #B900F2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 242 (94.92% from 255) = 56.67%

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B900F2 (or 0xB900F2) is known color: Electric Purple. HEX triplet: B9, 00 and F2. RGB value is (185,0,242). Sum of RGB (Red+Green+Blue) = 185+0+242=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #B900F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900F2 is #46FF0D. Grayscale: #525252. Windows color (decimal): -4652814 or 15859897. OLE color: 15859897.

HSL color Cylindrical-coordinate representation of color #B900F2: hue angle of 285.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900F2 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 0 242 -
CMYK 0.24 1 0 0.05
HSL 285.87º 1% 0.47% -
HSV(B) 285.87º 1% 0.95% -
XYZ 36.03 16.73 85.33 -
YUV 82.9 217.79 200.82 -
System Red Green Blue C M Y K H S L
Decimal 185 0 242 0.24 1 0 0.05 285.87 1 0.47
Hex B9 0 F2 18 64 0 5 11E 64 2F
Octal 271 0 362 30 144 0 5 436 144 57
Binary 10111001 0 11110010 11000 1100100 0 101 100011110 1100100 101111

Color Harmonies of #B900F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900F2

Black with #B900F2

Text Example


Text Example

White with #B900F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900F2; }

 p { color: rgb(185,0,242); }

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

background-color css

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

 a { background-color: rgb(185,0,242); }

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

border-color css

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

 span { border-color: rgb(185,0,242); }

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