Html Css Color HEX #B909FE Electric Purple

📋 copy color: '#B909FE'

red 185 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #B909FE

Tints of Electric Purple #B909FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.01%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 41.29%
G = 2.01%
B = 56.7%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B909FE (or 0xB909FE) is known color: Electric Purple. HEX triplet: B9, 09 and FE. RGB value is (185,9,254). Sum of RGB (Red+Green+Blue) = 185+9+254=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #B909FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B909FE is #46F601. Grayscale: #585858. Windows color (decimal): -4650498 or 16648633. OLE color: 16648633.

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

Color convert

RGB 185 9 254 -
CMYK 0.27 0.96 0 0.00
HSL 283.1º 0.99% 0.52% -
HSV(B) 283.1º 0.96% 1% -
XYZ 37.99 17.67 95.17 -
YUV 89.55 220.81 196.08 -
System Red Green Blue C M Y K H S L
Decimal 185 9 254 0.27 0.96 0 0.00 283.1 0.99 0.52
Hex B9 9 FE 1B 60 0 0 11B 63 34
Octal 271 11 376 33 140 0 0 433 143 64
Binary 10111001 1001 11111110 11011 1100000 0 0 100011011 1100011 110100

Color Harmonies of #B909FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B909FE

Black with #B909FE

Text Example


Text Example

White with #B909FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B909FE; }

 p { color: rgb(185,9,254); }

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

background-color css

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

 a { background-color: rgb(185,9,254); }

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

border-color css

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

 span { border-color: rgb(185,9,254); }

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