Html Css Color HEX #B710F9 Electric Purple

📋 copy color: '#B710F9'

red 183 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #B710F9

Tints of Electric Purple #B710F9

RGB

 RED value IS 183 (71.88% from 255) = 40.85%

 GREEN value IS 16 (6.64% from 255) = 3.57%

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 40.85%
G = 3.57%
B = 55.58%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B710F9 (or 0xB710F9) is known color: Electric Purple. HEX triplet: B7, 10 and F9. RGB value is (183,16,249). Sum of RGB (Red+Green+Blue) = 183+16+249=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #B710F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710F9 is #48EF06. Grayscale: #5B5B5B. Windows color (decimal): -4779783 or 16322743. OLE color: 16322743.

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

Color convert

RGB 183 16 249 -
CMYK 0.27 0.94 0 0.02
HSL 283º 0.95% 0.52% -
HSV(B) 283º 0.94% 0.98% -
XYZ 36.81 17.28 91.02 -
YUV 92.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 183 16 249 0.27 0.94 0 0.02 283 0.95 0.52
Hex B7 10 F9 1B 5E 0 2 11B 5F 34
Octal 267 20 371 33 136 0 2 433 137 64
Binary 10110111 10000 11111001 11011 1011110 0 10 100011011 1011111 110100

Color Harmonies of #B710F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710F9

Black with #B710F9

Text Example


Text Example

White with #B710F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710F9; }

 p { color: rgb(183,16,249); }

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

background-color css

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

 a { background-color: rgb(183,16,249); }

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

border-color css

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

 span { border-color: rgb(183,16,249); }

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