Html Css Color HEX #B90BFC Electric Purple

📋 copy color: '#B90BFC'

red 185 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #B90BFC

Tints of Electric Purple #B90BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 41.29%
G = 2.46%
B = 56.25%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B90BFC (or 0xB90BFC) is known color: Electric Purple. HEX triplet: B9, 0B and FC. RGB value is (185,11,252). Sum of RGB (Red+Green+Blue) = 185+11+252=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #B90BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BFC is #46F403. Grayscale: #595959. Windows color (decimal): -4649988 or 16518073. OLE color: 16518073.

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

Color convert

RGB 185 11 252 -
CMYK 0.27 0.96 0 0.01
HSL 283.32º 0.98% 0.52% -
HSV(B) 283.32º 0.96% 0.99% -
XYZ 37.7 17.58 93.5 -
YUV 90.5 219.15 195.4 -
System Red Green Blue C M Y K H S L
Decimal 185 11 252 0.27 0.96 0 0.01 283.32 0.98 0.52
Hex B9 B FC 1B 60 0 1 11B 62 34
Octal 271 13 374 33 140 0 1 433 142 64
Binary 10111001 1011 11111100 11011 1100000 0 1 100011011 1100010 110100

Color Harmonies of #B90BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BFC

Black with #B90BFC

Text Example


Text Example

White with #B90BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BFC; }

 p { color: rgb(185,11,252); }

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

background-color css

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

 a { background-color: rgb(185,11,252); }

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

border-color css

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

 span { border-color: rgb(185,11,252); }

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