Html Css Color HEX #B40BEE Electric Purple

📋 copy color: '#B40BEE'

red 180 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #B40BEE

Tints of Electric Purple #B40BEE

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 41.96%
G = 2.56%
B = 55.48%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B40BEE (or 0xB40BEE) is known color: Electric Purple. HEX triplet: B4, 0B and EE. RGB value is (180,11,238). Sum of RGB (Red+Green+Blue) = 180+11+238=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #B40BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BEE is #4BF411. Grayscale: #565656. Windows color (decimal): -4977682 or 15600564. OLE color: 15600564.

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

Color convert

RGB 180 11 238 -
CMYK 0.24 0.95 0 0.07
HSL 284.67º 0.91% 0.49% -
HSV(B) 284.67º 0.95% 0.93% -
XYZ 34.37 16.12 82.19 -
YUV 87.41 212.99 194.04 -
System Red Green Blue C M Y K H S L
Decimal 180 11 238 0.24 0.95 0 0.07 284.67 0.91 0.49
Hex B4 B EE 18 5F 0 7 11D 5B 31
Octal 264 13 356 30 137 0 7 435 133 61
Binary 10110100 1011 11101110 11000 1011111 0 111 100011101 1011011 110001

Color Harmonies of #B40BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BEE

Black with #B40BEE

Text Example


Text Example

White with #B40BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BEE; }

 p { color: rgb(180,11,238); }

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

background-color css

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

 a { background-color: rgb(180,11,238); }

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

border-color css

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

 span { border-color: rgb(180,11,238); }

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