Html Css Color HEX #B906F0 Electric Purple

📋 copy color: '#B906F0'

red 185 ◦ green 6 ◦ blue 240

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

Shades of Electric Purple #B906F0

Tints of Electric Purple #B906F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 42.92%
G = 1.39%
B = 55.68%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B906F0 (or 0xB906F0) is known color: Electric Purple. HEX triplet: B9, 06 and F0. RGB value is (185,6,240). Sum of RGB (Red+Green+Blue) = 185+6+240=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #B906F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B906F0 is #46F90F. Grayscale: #555555. Windows color (decimal): -4651280 or 15730361. OLE color: 15730361.

HSL color Cylindrical-coordinate representation of color #B906F0: hue angle of 285.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B906F0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 6 240 -
CMYK 0.23 0.98 0 0.06
HSL 285.9º 0.95% 0.48% -
HSV(B) 285.9º 0.98% 0.94% -
XYZ 35.8 16.74 83.78 -
YUV 86.2 214.8 198.47 -
System Red Green Blue C M Y K H S L
Decimal 185 6 240 0.23 0.98 0 0.06 285.9 0.95 0.48
Hex B9 6 F0 17 62 0 6 11E 5F 30
Octal 271 6 360 27 142 0 6 436 137 60
Binary 10111001 110 11110000 10111 1100010 0 110 100011110 1011111 110000

Color Harmonies of #B906F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906F0

Black with #B906F0

Text Example


Text Example

White with #B906F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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