Html Css Color HEX #B911FB Electric Purple

📋 copy color: '#B911FB'

red 185 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #B911FB

Tints of Electric Purple #B911FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.75%

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

R = 40.84%
G = 3.75%
B = 55.41%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B911FB (or 0xB911FB) is known color: Electric Purple. HEX triplet: B9, 11 and FB. RGB value is (185,17,251). Sum of RGB (Red+Green+Blue) = 185+17+251=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #B911FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911FB is #46EE04. Grayscale: #5D5D5D. Windows color (decimal): -4648453 or 16454073. OLE color: 16454073.

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

Color convert

RGB 185 17 251 -
CMYK 0.26 0.93 0 0.02
HSL 283.08º 0.97% 0.53% -
HSV(B) 283.08º 0.93% 0.98% -
XYZ 37.62 17.68 92.7 -
YUV 93.91 216.66 192.97 -
System Red Green Blue C M Y K H S L
Decimal 185 17 251 0.26 0.93 0 0.02 283.08 0.97 0.53
Hex B9 11 FB 1A 5D 0 2 11B 61 35
Octal 271 21 373 32 135 0 2 433 141 65
Binary 10111001 10001 11111011 11010 1011101 0 10 100011011 1100001 110101

Color Harmonies of #B911FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911FB

Black with #B911FB

Text Example


Text Example

White with #B911FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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