Html Css Color HEX #B70BFB Electric Purple

📋 copy color: '#B70BFB'

red 183 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #B70BFB

Tints of Electric Purple #B70BFB

RGB

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

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

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

R = 41.12%
G = 2.47%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B70BFB (or 0xB70BFB) is known color: Electric Purple. HEX triplet: B7, 0B and FB. RGB value is (183,11,251). Sum of RGB (Red+Green+Blue) = 183+11+251=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #B70BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70BFB is #48F404. Grayscale: #595959. Windows color (decimal): -4781061 or 16452535. OLE color: 16452535.

HSL color Cylindrical-coordinate representation of color #B70BFB: hue angle of 283º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70BFB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 11 251 -
CMYK 0.27 0.96 0 0.02
HSL 283º 0.97% 0.51% -
HSV(B) 283º 0.96% 0.98% -
XYZ 37.06 17.27 92.65 -
YUV 89.79 218.98 194.49 -
System Red Green Blue C M Y K H S L
Decimal 183 11 251 0.27 0.96 0 0.02 283 0.97 0.51
Hex B7 B FB 1B 60 0 2 11B 61 33
Octal 267 13 373 33 140 0 2 433 141 63
Binary 10110111 1011 11111011 11011 1100000 0 10 100011011 1100001 110011

Color Harmonies of #B70BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BFB

Black with #B70BFB

Text Example


Text Example

White with #B70BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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