Html Css Color HEX #B907FA Electric Purple

📋 copy color: '#B907FA'

red 185 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #B907FA

Tints of Electric Purple #B907FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 41.86%
G = 1.58%
B = 56.56%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B907FA (or 0xB907FA) is known color: Electric Purple. HEX triplet: B9, 07 and FA. RGB value is (185,7,250). Sum of RGB (Red+Green+Blue) = 185+7+250=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #B907FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B907FA is #46F805. Grayscale: #575757. Windows color (decimal): -4651014 or 16385977. OLE color: 16385977.

HSL color Cylindrical-coordinate representation of color #B907FA: hue angle of 283.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B907FA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 7 250 -
CMYK 0.26 0.97 0 0.02
HSL 283.95º 0.96% 0.5% -
HSV(B) 283.95º 0.97% 0.98% -
XYZ 37.34 17.37 91.83 -
YUV 87.92 219.47 197.24 -
System Red Green Blue C M Y K H S L
Decimal 185 7 250 0.26 0.97 0 0.02 283.95 0.96 0.5
Hex B9 7 FA 1A 61 0 2 11C 60 32
Octal 271 7 372 32 141 0 2 434 140 62
Binary 10111001 111 11111010 11010 1100001 0 10 100011100 1100000 110010

Color Harmonies of #B907FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B907FA

Black with #B907FA

Text Example


Text Example

White with #B907FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B907FA; }

 p { color: rgb(185,7,250); }

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

background-color css

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

 a { background-color: rgb(185,7,250); }

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

border-color css

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

 span { border-color: rgb(185,7,250); }

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