Html Css Color HEX #B70CFB Electric Purple

📋 copy color: '#B70CFB'

red 183 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #B70CFB

Tints of Electric Purple #B70CFB

RGB

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

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

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

R = 41.03%
G = 2.69%
B = 56.28%

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

#B70CFB (or 0xB70CFB) is known color: Electric Purple. HEX triplet: B7, 0C and FB. RGB value is (183,12,251). Sum of RGB (Red+Green+Blue) = 183+12+251=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B70CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CFB is #48F304. Grayscale: #595959. Windows color (decimal): -4780805 or 16452791. OLE color: 16452791.

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

Color convert

RGB 183 12 251 -
CMYK 0.27 0.95 0 0.02
HSL 282.93º 0.97% 0.52% -
HSV(B) 282.93º 0.95% 0.98% -
XYZ 37.07 17.3 92.65 -
YUV 90.38 218.65 194.07 -
System Red Green Blue C M Y K H S L
Decimal 183 12 251 0.27 0.95 0 0.02 282.93 0.97 0.52
Hex B7 C FB 1B 5F 0 2 11B 61 34
Octal 267 14 373 33 137 0 2 433 141 64
Binary 10110111 1100 11111011 11011 1011111 0 10 100011011 1100001 110100

Color Harmonies of #B70CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CFB

Black with #B70CFB

Text Example


Text Example

White with #B70CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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