Html Css Color HEX #B715F6 Electric Purple

📋 copy color: '#B715F6'

red 183 ◦ green 21 ◦ blue 246

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

Shades of Electric Purple #B715F6

Tints of Electric Purple #B715F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 40.67%
G = 4.67%
B = 54.67%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B715F6 (or 0xB715F6) is known color: Electric Purple. HEX triplet: B7, 15 and F6. RGB value is (183,21,246). Sum of RGB (Red+Green+Blue) = 183+21+246=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #B715F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715F6 is #48EA09. Grayscale: #5E5E5E. Windows color (decimal): -4778506 or 16127415. OLE color: 16127415.

HSL color Cylindrical-coordinate representation of color #B715F6: hue angle of 283.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B715F6 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 21 246 -
CMYK 0.26 0.91 0 0.04
HSL 283.2º 0.93% 0.52% -
HSV(B) 283.2º 0.91% 0.96% -
XYZ 36.43 17.26 88.6 -
YUV 95.09 213.17 190.7 -
System Red Green Blue C M Y K H S L
Decimal 183 21 246 0.26 0.91 0 0.04 283.2 0.93 0.52
Hex B7 15 F6 1A 5B 0 4 11B 5D 34
Octal 267 25 366 32 133 0 4 433 135 64
Binary 10110111 10101 11110110 11010 1011011 0 100 100011011 1011101 110100

Color Harmonies of #B715F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715F6

Black with #B715F6

Text Example


Text Example

White with #B715F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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