Html Css Color HEX #B70DFB Electric Purple

📋 copy color: '#B70DFB'

red 183 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B70DFB

Tints of Electric Purple #B70DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

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

R = 40.94%
G = 2.91%
B = 56.15%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B70DFB (or 0xB70DFB) is known color: Electric Purple. HEX triplet: B7, 0D and FB. RGB value is (183,13,251). Sum of RGB (Red+Green+Blue) = 183+13+251=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #B70DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70DFB is #48F204. Grayscale: #5A5A5A. Windows color (decimal): -4780549 or 16453047. OLE color: 16453047.

HSL color Cylindrical-coordinate representation of color #B70DFB: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70DFB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 13 251 -
CMYK 0.27 0.95 0 0.02
HSL 282.86º 0.97% 0.52% -
HSV(B) 282.86º 0.95% 0.98% -
XYZ 37.08 17.32 92.66 -
YUV 90.96 218.32 193.65 -
System Red Green Blue C M Y K H S L
Decimal 183 13 251 0.27 0.95 0 0.02 282.86 0.97 0.52
Hex B7 D FB 1B 5F 0 2 11B 61 34
Octal 267 15 373 33 137 0 2 433 141 64
Binary 10110111 1101 11111011 11011 1011111 0 10 100011011 1100001 110100

Color Harmonies of #B70DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DFB

Black with #B70DFB

Text Example


Text Example

White with #B70DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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