Html Css Color HEX #B70BEA Electric Purple

📋 copy color: '#B70BEA'

red 183 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #B70BEA

Tints of Electric Purple #B70BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 42.76%
G = 2.57%
B = 54.67%

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

#B70BEA (or 0xB70BEA) is known color: Electric Purple. HEX triplet: B7, 0B and EA. RGB value is (183,11,234). Sum of RGB (Red+Green+Blue) = 183+11+234=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #B70BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70BEA is #48F415. Grayscale: #575757. Windows color (decimal): -4781078 or 15338423. OLE color: 15338423.

HSL color Cylindrical-coordinate representation of color #B70BEA: hue angle of 286.28º degrees, saturation: 0.91, 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 #B70BEA is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 11 234 -
CMYK 0.22 0.95 0 0.08
HSL 286.28º 0.91% 0.48% -
HSV(B) 286.28º 0.95% 0.92% -
XYZ 34.5 16.25 79.16 -
YUV 87.85 210.48 195.87 -
System Red Green Blue C M Y K H S L
Decimal 183 11 234 0.22 0.95 0 0.08 286.28 0.91 0.48
Hex B7 B EA 16 5F 0 8 11E 5B 30
Octal 267 13 352 26 137 0 10 436 133 60
Binary 10110111 1011 11101010 10110 1011111 0 1000 100011110 1011011 110000

Color Harmonies of #B70BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BEA

Black with #B70BEA

Text Example


Text Example

White with #B70BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BEA; }

 p { color: rgb(183,11,234); }

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

background-color css

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

 a { background-color: rgb(183,11,234); }

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

border-color css

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

 span { border-color: rgb(183,11,234); }

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