Html Css Color HEX #B40CEE Electric Purple

📋 copy color: '#B40CEE'

red 180 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #B40CEE

Tints of Electric Purple #B40CEE

RGB

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

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

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

R = 41.86%
G = 2.79%
B = 55.35%

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

#B40CEE (or 0xB40CEE) is known color: Electric Purple. HEX triplet: B4, 0C and EE. RGB value is (180,12,238). Sum of RGB (Red+Green+Blue) = 180+12+238=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #B40CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CEE is #4BF311. Grayscale: #575757. Windows color (decimal): -4977426 or 15600820. OLE color: 15600820.

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

Color convert

RGB 180 12 238 -
CMYK 0.24 0.95 0 0.07
HSL 284.6º 0.9% 0.49% -
HSV(B) 284.6º 0.95% 0.93% -
XYZ 34.39 16.14 82.19 -
YUV 88 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 180 12 238 0.24 0.95 0 0.07 284.6 0.9 0.49
Hex B4 C EE 18 5F 0 7 11D 5A 31
Octal 264 14 356 30 137 0 7 435 132 61
Binary 10110100 1100 11101110 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B40CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CEE

Black with #B40CEE

Text Example


Text Example

White with #B40CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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