Html Css Color HEX #B70CED Electric Purple

📋 copy color: '#B70CED'

red 183 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B70CED

Tints of Electric Purple #B70CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 42.36%
G = 2.78%
B = 54.86%

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

#B70CED (or 0xB70CED) is known color: Electric Purple. HEX triplet: B7, 0C and ED. RGB value is (183,12,237). Sum of RGB (Red+Green+Blue) = 183+12+237=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B70CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CED is #48F312. Grayscale: #585858. Windows color (decimal): -4780819 or 15535287. OLE color: 15535287.

HSL color Cylindrical-coordinate representation of color #B70CED: hue angle of 285.6º 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 #B70CED is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 12 237 -
CMYK 0.23 0.95 0 0.07
HSL 285.6º 0.9% 0.49% -
HSV(B) 285.6º 0.95% 0.93% -
XYZ 34.95 16.44 81.45 -
YUV 88.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 183 12 237 0.23 0.95 0 0.07 285.6 0.9 0.49
Hex B7 C ED 17 5F 0 7 11E 5A 31
Octal 267 14 355 27 137 0 7 436 132 61
Binary 10110111 1100 11101101 10111 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B70CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CED

Black with #B70CED

Text Example


Text Example

White with #B70CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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