Html Css Color HEX #BE30EC Medium Orchid

📋 copy color: '#BE30EC'

red 190 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #BE30EC

Tints of Medium Orchid #BE30EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 40.08%
G = 10.13%
B = 49.79%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE30EC (or 0xBE30EC) is known color: Medium Orchid. HEX triplet: BE, 30 and EC. RGB value is (190,48,236). Sum of RGB (Red+Green+Blue) = 190+48+236=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30EC is #41CF13. Grayscale: #6F6F6F. Windows color (decimal): -4312852 or 15478974. OLE color: 15478974.

HSL color Cylindrical-coordinate representation of color #BE30EC: hue angle of 285.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE30EC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 48 236 -
CMYK 0.19 0.80 0 0.07
HSL 285.32º 0.83% 0.56% -
HSV(B) 285.32º 0.8% 0.93% -
XYZ 37.43 19.12 81.07 -
YUV 111.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 190 48 236 0.19 0.80 0 0.07 285.32 0.83 0.56
Hex BE 30 EC 13 50 0 7 11D 53 38
Octal 276 60 354 23 120 0 7 435 123 70
Binary 10111110 110000 11101100 10011 1010000 0 111 100011101 1010011 111000

Color Harmonies of #BE30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30EC

Black with #BE30EC

Text Example


Text Example

White with #BE30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30EC; }

 p { color: rgb(190,48,236); }

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

background-color css

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

 a { background-color: rgb(190,48,236); }

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

border-color css

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

 span { border-color: rgb(190,48,236); }

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