Html Css Color HEX #B40CED Electric Purple

📋 copy color: '#B40CED'

red 180 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B40CED

Tints of Electric Purple #B40CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 41.96%
G = 2.8%
B = 55.24%

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

#B40CED (or 0xB40CED) is known color: Electric Purple. HEX triplet: B4, 0C and ED. RGB value is (180,12,237). Sum of RGB (Red+Green+Blue) = 180+12+237=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B40CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CED is #4BF312. Grayscale: #575757. Windows color (decimal): -4977427 or 15535284. OLE color: 15535284.

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

Color convert

RGB 180 12 237 -
CMYK 0.24 0.95 0 0.07
HSL 284.8º 0.9% 0.49% -
HSV(B) 284.8º 0.95% 0.93% -
XYZ 34.24 16.08 81.42 -
YUV 87.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 180 12 237 0.24 0.95 0 0.07 284.8 0.9 0.49
Hex B4 C ED 18 5F 0 7 11D 5A 31
Octal 264 14 355 30 137 0 7 435 132 61
Binary 10110100 1100 11101101 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B40CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CED

Black with #B40CED

Text Example


Text Example

White with #B40CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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