Html Css Color HEX #B70CEB Electric Purple

📋 copy color: '#B70CEB'

red 183 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #B70CEB

Tints of Electric Purple #B70CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 42.56%
G = 2.79%
B = 54.65%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B70CEB (or 0xB70CEB) is known color: Electric Purple. HEX triplet: B7, 0C and EB. RGB value is (183,12,235). Sum of RGB (Red+Green+Blue) = 183+12+235=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #B70CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CEB is #48F314. Grayscale: #575757. Windows color (decimal): -4780821 or 15404215. OLE color: 15404215.

HSL color Cylindrical-coordinate representation of color #B70CEB: hue angle of 286.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CEB is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 12 235 -
CMYK 0.22 0.95 0 0.08
HSL 286.01º 0.9% 0.48% -
HSV(B) 286.01º 0.95% 0.92% -
XYZ 34.66 16.33 79.92 -
YUV 88.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 183 12 235 0.22 0.95 0 0.08 286.01 0.9 0.48
Hex B7 C EB 16 5F 0 8 11E 5A 30
Octal 267 14 353 26 137 0 10 436 132 60
Binary 10110111 1100 11101011 10110 1011111 0 1000 100011110 1011010 110000

Color Harmonies of #B70CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CEB

Black with #B70CEB

Text Example


Text Example

White with #B70CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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