Html Css Color HEX #B70CEE Electric Purple

📋 copy color: '#B70CEE'

red 183 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #B70CEE

Tints of Electric Purple #B70CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 42.26%
G = 2.77%
B = 54.97%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B70CEE (or 0xB70CEE) is known color: Electric Purple. HEX triplet: B7, 0C and EE. RGB value is (183,12,238). Sum of RGB (Red+Green+Blue) = 183+12+238=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #B70CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CEE is #48F311. Grayscale: #585858. Windows color (decimal): -4780818 or 15600823. OLE color: 15600823.

HSL color Cylindrical-coordinate representation of color #B70CEE: hue angle of 285.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CEE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 12 238 -
CMYK 0.23 0.95 0 0.07
HSL 285.4º 0.9% 0.49% -
HSV(B) 285.4º 0.95% 0.93% -
XYZ 35.09 16.5 82.22 -
YUV 88.89 212.15 195.12 -
System Red Green Blue C M Y K H S L
Decimal 183 12 238 0.23 0.95 0 0.07 285.4 0.9 0.49
Hex B7 C EE 17 5F 0 7 11D 5A 31
Octal 267 14 356 27 137 0 7 435 132 61
Binary 10110111 1100 11101110 10111 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B70CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CEE

Black with #B70CEE

Text Example


Text Example

White with #B70CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CEE; }

 p { color: rgb(183,12,238); }

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

background-color css

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

 a { background-color: rgb(183,12,238); }

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

border-color css

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

 span { border-color: rgb(183,12,238); }

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