Html Css Color HEX #B710FA Electric Purple

📋 copy color: '#B710FA'

red 183 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #B710FA

Tints of Electric Purple #B710FA

RGB

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

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

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

R = 40.76%
G = 3.56%
B = 55.68%

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

#B710FA (or 0xB710FA) is known color: Electric Purple. HEX triplet: B7, 10 and FA. RGB value is (183,16,250). Sum of RGB (Red+Green+Blue) = 183+16+250=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B710FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710FA is #48EF05. Grayscale: #5B5B5B. Windows color (decimal): -4779782 or 16388279. OLE color: 16388279.

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

Color convert

RGB 183 16 250 -
CMYK 0.27 0.94 0 0.02
HSL 282.82º 0.96% 0.52% -
HSV(B) 282.82º 0.94% 0.98% -
XYZ 36.97 17.34 91.84 -
YUV 92.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 183 16 250 0.27 0.94 0 0.02 282.82 0.96 0.52
Hex B7 10 FA 1B 5E 0 2 11B 60 34
Octal 267 20 372 33 136 0 2 433 140 64
Binary 10110111 10000 11111010 11011 1011110 0 10 100011011 1100000 110100

Color Harmonies of #B710FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710FA

Black with #B710FA

Text Example


Text Example

White with #B710FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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