Html Css Color HEX #B714FF Electric Purple

📋 copy color: '#B714FF'

red 183 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #B714FF

Tints of Electric Purple #B714FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.37%

 BLUE value IS 255 (100% from 255) = 55.68%

R = 39.96%
G = 4.37%
B = 55.68%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B714FF (or 0xB714FF) is known color: Electric Purple. HEX triplet: B7, 14 and FF. RGB value is (183,20,255). Sum of RGB (Red+Green+Blue) = 183+20+255=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B714FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714FF is #48EB00. Grayscale: #5E5E5E. Windows color (decimal): -4778753 or 16716983. OLE color: 16716983.

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

Color convert

RGB 183 20 255 -
CMYK 0.28 0.92 0 0
HSL 281.62º 1% 0.54% -
HSV(B) 281.62º 0.92% 1% -
XYZ 37.83 17.79 96.05 -
YUV 95.53 218 190.39 -
System Red Green Blue C M Y K H S L
Decimal 183 20 255 0.28 0.92 0 0 281.62 1 0.54
Hex B7 14 FF 1C 5C 0 0 11A 64 36
Octal 267 24 377 34 134 0 0 432 144 66
Binary 10110111 10100 11111111 11100 1011100 0 0 100011010 1100100 110110

Color Harmonies of #B714FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714FF

Black with #B714FF

Text Example


Text Example

White with #B714FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714FF; }

 p { color: rgb(183,20,255); }

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

background-color css

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

 a { background-color: rgb(183,20,255); }

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

border-color css

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

 span { border-color: rgb(183,20,255); }

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