Html Css Color HEX #B715FC Electric Purple

📋 copy color: '#B715FC'

red 183 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #B715FC

Tints of Electric Purple #B715FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.61%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 40.13%
G = 4.61%
B = 55.26%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B715FC (or 0xB715FC) is known color: Electric Purple. HEX triplet: B7, 15 and FC. RGB value is (183,21,252). Sum of RGB (Red+Green+Blue) = 183+21+252=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B715FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715FC is #48EA03. Grayscale: #5F5F5F. Windows color (decimal): -4778500 or 16520631. OLE color: 16520631.

HSL color Cylindrical-coordinate representation of color #B715FC: hue angle of 282.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B715FC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 21 252 -
CMYK 0.27 0.92 0 0.01
HSL 282.08º 0.97% 0.54% -
HSV(B) 282.08º 0.92% 0.99% -
XYZ 37.37 17.63 93.53 -
YUV 95.77 216.17 190.22 -
System Red Green Blue C M Y K H S L
Decimal 183 21 252 0.27 0.92 0 0.01 282.08 0.97 0.54
Hex B7 15 FC 1B 5C 0 1 11A 61 36
Octal 267 25 374 33 134 0 1 432 141 66
Binary 10110111 10101 11111100 11011 1011100 0 1 100011010 1100001 110110

Color Harmonies of #B715FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715FC

Black with #B715FC

Text Example


Text Example

White with #B715FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715FC; }

 p { color: rgb(183,21,252); }

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

background-color css

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

 a { background-color: rgb(183,21,252); }

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

border-color css

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

 span { border-color: rgb(183,21,252); }

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