Html Css Color HEX #B90BFD Electric Purple

📋 copy color: '#B90BFD'

red 185 ◦ green 11 ◦ blue 253

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

Shades of Electric Purple #B90BFD

Tints of Electric Purple #B90BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 41.2%
G = 2.45%
B = 56.35%

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

#B90BFD (or 0xB90BFD) is known color: Electric Purple. HEX triplet: B9, 0B and FD. RGB value is (185,11,253). Sum of RGB (Red+Green+Blue) = 185+11+253=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #B90BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BFD is #46F402. Grayscale: #595959. Windows color (decimal): -4649987 or 16583609. OLE color: 16583609.

HSL color Cylindrical-coordinate representation of color #B90BFD: hue angle of 283.14º 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 #B90BFD is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 11 253 -
CMYK 0.27 0.96 0 0.01
HSL 283.14º 0.98% 0.52% -
HSV(B) 283.14º 0.96% 0.99% -
XYZ 37.86 17.65 94.34 -
YUV 90.61 219.65 195.32 -
System Red Green Blue C M Y K H S L
Decimal 185 11 253 0.27 0.96 0 0.01 283.14 0.98 0.52
Hex B9 B FD 1B 60 0 1 11B 62 34
Octal 271 13 375 33 140 0 1 433 142 64
Binary 10111001 1011 11111101 11011 1100000 0 1 100011011 1100010 110100

Color Harmonies of #B90BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BFD

Black with #B90BFD

Text Example


Text Example

White with #B90BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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