Html Css Color HEX #B40CEB Electric Purple

📋 copy color: '#B40CEB'

red 180 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #B40CEB

Tints of Electric Purple #B40CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 42.15%
G = 2.81%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B40CEB (or 0xB40CEB) is known color: Electric Purple. HEX triplet: B4, 0C and EB. RGB value is (180,12,235). Sum of RGB (Red+Green+Blue) = 180+12+235=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #B40CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CEB is #4BF314. Grayscale: #565656. Windows color (decimal): -4977429 or 15404212. OLE color: 15404212.

HSL color Cylindrical-coordinate representation of color #B40CEB: hue angle of 285.2º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CEB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 12 235 -
CMYK 0.23 0.95 0 0.08
HSL 285.2º 0.9% 0.48% -
HSV(B) 285.2º 0.95% 0.92% -
XYZ 33.95 15.96 79.89 -
YUV 87.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 180 12 235 0.23 0.95 0 0.08 285.2 0.9 0.48
Hex B4 C EB 17 5F 0 8 11D 5A 30
Octal 264 14 353 27 137 0 10 435 132 60
Binary 10110100 1100 11101011 10111 1011111 0 1000 100011101 1011010 110000

Color Harmonies of #B40CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CEB

Black with #B40CEB

Text Example


Text Example

White with #B40CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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