Html Css Color HEX #B90CEA Electric Purple

📋 copy color: '#B90CEA'

red 185 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #B90CEA

Tints of Electric Purple #B90CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 42.92%
G = 2.78%
B = 54.29%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B90CEA (or 0xB90CEA) is known color: Electric Purple. HEX triplet: B9, 0C and EA. RGB value is (185,12,234). Sum of RGB (Red+Green+Blue) = 185+12+234=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #B90CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CEA is #46F315. Grayscale: #585858. Windows color (decimal): -4649750 or 15338681. OLE color: 15338681.

HSL color Cylindrical-coordinate representation of color #B90CEA: hue angle of 286.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CEA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 12 234 -
CMYK 0.21 0.95 0 0.08
HSL 286.76º 0.9% 0.48% -
HSV(B) 286.76º 0.95% 0.92% -
XYZ 34.99 16.52 79.19 -
YUV 89.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 185 12 234 0.21 0.95 0 0.08 286.76 0.9 0.48
Hex B9 C EA 15 5F 0 8 11F 5A 30
Octal 271 14 352 25 137 0 10 437 132 60
Binary 10111001 1100 11101010 10101 1011111 0 1000 100011111 1011010 110000

Color Harmonies of #B90CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CEA

Black with #B90CEA

Text Example


Text Example

White with #B90CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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