Html Css Color HEX #B90CFF Electric Purple

📋 copy color: '#B90CFF'

red 185 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #B90CFF

Tints of Electric Purple #B90CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.65%

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

R = 40.93%
G = 2.65%
B = 56.42%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B90CFF (or 0xB90CFF) is known color: Electric Purple. HEX triplet: B9, 0C and FF. RGB value is (185,12,255). Sum of RGB (Red+Green+Blue) = 185+12+255=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B90CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CFF is #46F300. Grayscale: #5A5A5A. Windows color (decimal): -4649729 or 16714937. OLE color: 16714937.

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

Color convert

RGB 185 12 255 -
CMYK 0.27 0.95 0 0
HSL 282.72º 1% 0.52% -
HSV(B) 282.72º 0.95% 1% -
XYZ 38.19 17.8 96.03 -
YUV 91.43 220.31 194.74 -
System Red Green Blue C M Y K H S L
Decimal 185 12 255 0.27 0.95 0 0 282.72 1 0.52
Hex B9 C FF 1B 5F 0 0 11B 64 34
Octal 271 14 377 33 137 0 0 433 144 64
Binary 10111001 1100 11111111 11011 1011111 0 0 100011011 1100100 110100

Color Harmonies of #B90CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CFF

Black with #B90CFF

Text Example


Text Example

White with #B90CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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