Html Css Color HEX #B910FB Electric Purple

📋 copy color: '#B910FB'

red 185 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #B910FB

Tints of Electric Purple #B910FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.54%

 BLUE value IS 251 (98.44% from 255) = 55.53%

R = 40.93%
G = 3.54%
B = 55.53%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B910FB (or 0xB910FB) is known color: Electric Purple. HEX triplet: B9, 10 and FB. RGB value is (185,16,251). Sum of RGB (Red+Green+Blue) = 185+16+251=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #B910FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910FB is #46EF04. Grayscale: #5C5C5C. Windows color (decimal): -4648709 or 16453817. OLE color: 16453817.

HSL color Cylindrical-coordinate representation of color #B910FB: hue angle of 283.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B910FB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 16 251 -
CMYK 0.26 0.94 0 0.02
HSL 283.15º 0.97% 0.52% -
HSV(B) 283.15º 0.94% 0.98% -
XYZ 37.61 17.65 92.69 -
YUV 93.32 216.99 193.39 -
System Red Green Blue C M Y K H S L
Decimal 185 16 251 0.26 0.94 0 0.02 283.15 0.97 0.52
Hex B9 10 FB 1A 5E 0 2 11B 61 34
Octal 271 20 373 32 136 0 2 433 141 64
Binary 10111001 10000 11111011 11010 1011110 0 10 100011011 1100001 110100

Color Harmonies of #B910FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910FB

Black with #B910FB

Text Example


Text Example

White with #B910FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910FB; }

 p { color: rgb(185,16,251); }

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

background-color css

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

 a { background-color: rgb(185,16,251); }

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

border-color css

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

 span { border-color: rgb(185,16,251); }

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