Html Css Color HEX #B90AFD Electric Purple

📋 copy color: '#B90AFD'

red 185 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #B90AFD

Tints of Electric Purple #B90AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

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

R = 41.29%
G = 2.23%
B = 56.47%

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

#B90AFD (or 0xB90AFD) is known color: Electric Purple. HEX triplet: B9, 0A and FD. RGB value is (185,10,253). Sum of RGB (Red+Green+Blue) = 185+10+253=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #B90AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AFD is #46F502. Grayscale: #595959. Windows color (decimal): -4650243 or 16583353. OLE color: 16583353.

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

Color convert

RGB 185 10 253 -
CMYK 0.27 0.96 0 0.01
HSL 283.21º 0.98% 0.52% -
HSV(B) 283.21º 0.96% 0.99% -
XYZ 37.85 17.62 94.34 -
YUV 90.03 219.98 195.74 -
System Red Green Blue C M Y K H S L
Decimal 185 10 253 0.27 0.96 0 0.01 283.21 0.98 0.52
Hex B9 A FD 1B 60 0 1 11B 62 34
Octal 271 12 375 33 140 0 1 433 142 64
Binary 10111001 1010 11111101 11011 1100000 0 1 100011011 1100010 110100

Color Harmonies of #B90AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AFD

Black with #B90AFD

Text Example


Text Example

White with #B90AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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