Html Css Color HEX #B70EFB Electric Purple

📋 copy color: '#B70EFB'

red 183 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #B70EFB

Tints of Electric Purple #B70EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 40.85%
G = 3.13%
B = 56.03%

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

#B70EFB (or 0xB70EFB) is known color: Electric Purple. HEX triplet: B7, 0E and FB. RGB value is (183,14,251). Sum of RGB (Red+Green+Blue) = 183+14+251=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #B70EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70EFB is #48F104. Grayscale: #5A5A5A. Windows color (decimal): -4780293 or 16453303. OLE color: 16453303.

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

Color convert

RGB 183 14 251 -
CMYK 0.27 0.94 0 0.02
HSL 282.78º 0.97% 0.52% -
HSV(B) 282.78º 0.94% 0.98% -
XYZ 37.1 17.35 92.66 -
YUV 91.55 217.99 193.23 -
System Red Green Blue C M Y K H S L
Decimal 183 14 251 0.27 0.94 0 0.02 282.78 0.97 0.52
Hex B7 E FB 1B 5E 0 2 11B 61 34
Octal 267 16 373 33 136 0 2 433 141 64
Binary 10110111 1110 11111011 11011 1011110 0 10 100011011 1100001 110100

Color Harmonies of #B70EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EFB

Black with #B70EFB

Text Example


Text Example

White with #B70EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EFB; }

 p { color: rgb(183,14,251); }

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

background-color css

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

 a { background-color: rgb(183,14,251); }

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

border-color css

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

 span { border-color: rgb(183,14,251); }

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