Html Css Color HEX #B906FF Electric Purple

📋 copy color: '#B906FF'

red 185 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #B906FF

Tints of Electric Purple #B906FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 41.48%
G = 1.35%
B = 57.17%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B906FF (or 0xB906FF) is known color: Electric Purple. HEX triplet: B9, 06 and FF. RGB value is (185,6,255). Sum of RGB (Red+Green+Blue) = 185+6+255=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B906FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B906FF is #46F900. Grayscale: #575757. Windows color (decimal): -4651265 or 16713401. OLE color: 16713401.

HSL color Cylindrical-coordinate representation of color #B906FF: hue angle of 283.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B906FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 6 255 -
CMYK 0.27 0.98 0 0
HSL 283.13º 1% 0.51% -
HSV(B) 283.13º 0.98% 1% -
XYZ 38.12 17.66 96.01 -
YUV 87.91 222.3 197.25 -
System Red Green Blue C M Y K H S L
Decimal 185 6 255 0.27 0.98 0 0 283.13 1 0.51
Hex B9 6 FF 1B 62 0 0 11B 64 33
Octal 271 6 377 33 142 0 0 433 144 63
Binary 10111001 110 11111111 11011 1100010 0 0 100011011 1100100 110011

Color Harmonies of #B906FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906FF

Black with #B906FF

Text Example


Text Example

White with #B906FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906FF; }

 p { color: rgb(185,6,255); }

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

background-color css

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

 a { background-color: rgb(185,6,255); }

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

border-color css

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

 span { border-color: rgb(185,6,255); }

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