Html Css Color HEX #B909FF Electric Purple

📋 copy color: '#B909FF'

red 185 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B909FF

Tints of Electric Purple #B909FF

RGB

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

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

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

R = 41.2%
G = 2%
B = 56.79%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B909FF (or 0xB909FF) is known color: Electric Purple. HEX triplet: B9, 09 and FF. RGB value is (185,9,255). Sum of RGB (Red+Green+Blue) = 185+9+255=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B909FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B909FF is #46F600. Grayscale: #585858. Windows color (decimal): -4650497 or 16714169. OLE color: 16714169.

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

Color convert

RGB 185 9 255 -
CMYK 0.27 0.96 0 0
HSL 282.93º 1% 0.52% -
HSV(B) 282.93º 0.96% 1% -
XYZ 38.16 17.73 96.02 -
YUV 89.67 221.31 196 -
System Red Green Blue C M Y K H S L
Decimal 185 9 255 0.27 0.96 0 0 282.93 1 0.52
Hex B9 9 FF 1B 60 0 0 11B 64 34
Octal 271 11 377 33 140 0 0 433 144 64
Binary 10111001 1001 11111111 11011 1100000 0 0 100011011 1100100 110100

Color Harmonies of #B909FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B909FF

Black with #B909FF

Text Example


Text Example

White with #B909FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B909FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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