Html Css Color HEX #BE0CED Electric Purple

📋 copy color: '#BE0CED'

red 190 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #BE0CED

Tints of Electric Purple #BE0CED

RGB

 RED value IS 190 (74.61% from 255) = 43.28%

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

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

R = 43.28%
G = 2.73%
B = 53.99%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE0CED (or 0xBE0CED) is known color: Electric Purple. HEX triplet: BE, 0C and ED. RGB value is (190,12,237). Sum of RGB (Red+Green+Blue) = 190+12+237=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CED is #41F312. Grayscale: #5A5A5A. Windows color (decimal): -4322067 or 15535294. OLE color: 15535294.

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

Color convert

RGB 190 12 237 -
CMYK 0.20 0.95 0 0.07
HSL 287.47º 0.9% 0.49% -
HSV(B) 287.47º 0.95% 0.93% -
XYZ 36.65 17.32 81.53 -
YUV 90.87 210.47 198.7 -
System Red Green Blue C M Y K H S L
Decimal 190 12 237 0.20 0.95 0 0.07 287.47 0.9 0.49
Hex BE C ED 14 5F 0 7 11F 5A 31
Octal 276 14 355 24 137 0 7 437 132 61
Binary 10111110 1100 11101101 10100 1011111 0 111 100011111 1011010 110001

Color Harmonies of #BE0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CED

Black with #BE0CED

Text Example


Text Example

White with #BE0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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