Html Css Color HEX #B80CED Electric Purple

📋 copy color: '#B80CED'

red 184 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B80CED

Tints of Electric Purple #B80CED

RGB

 RED value IS 184 (72.27% from 255) = 42.49%

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

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

R = 42.49%
G = 2.77%
B = 54.73%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B80CED (or 0xB80CED) is known color: Electric Purple. HEX triplet: B8, 0C and ED. RGB value is (184,12,237). Sum of RGB (Red+Green+Blue) = 184+12+237=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #B80CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CED is #47F312. Grayscale: #585858. Windows color (decimal): -4715283 or 15535288. OLE color: 15535288.

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

Color convert

RGB 184 12 237 -
CMYK 0.22 0.95 0 0.07
HSL 285.87º 0.9% 0.49% -
HSV(B) 285.87º 0.95% 0.93% -
XYZ 35.18 16.57 81.46 -
YUV 89.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 184 12 237 0.22 0.95 0 0.07 285.87 0.9 0.49
Hex B8 C ED 16 5F 0 7 11E 5A 31
Octal 270 14 355 26 137 0 7 436 132 61
Binary 10111000 1100 11101101 10110 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B80CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CED

Black with #B80CED

Text Example


Text Example

White with #B80CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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