Html Css Color HEX #BE30DC Medium Orchid

📋 copy color: '#BE30DC'

red 190 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #BE30DC

Tints of Medium Orchid #BE30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 41.48%
G = 10.48%
B = 48.03%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE30DC (or 0xBE30DC) is known color: Medium Orchid. HEX triplet: BE, 30 and DC. RGB value is (190,48,220). Sum of RGB (Red+Green+Blue) = 190+48+220=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30DC is #41CF23. Grayscale: #6D6D6D. Windows color (decimal): -4312868 or 14430398. OLE color: 14430398.

HSL color Cylindrical-coordinate representation of color #BE30DC: hue angle of 289.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE30DC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 48 220 -
CMYK 0.14 0.78 0 0.14
HSL 289.53º 0.71% 0.53% -
HSV(B) 289.53º 0.78% 0.86% -
XYZ 35.21 18.23 69.37 -
YUV 110.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 190 48 220 0.14 0.78 0 0.14 289.53 0.71 0.53
Hex BE 30 DC E 4E 0 E 122 47 35
Octal 276 60 334 16 116 0 16 442 107 65
Binary 10111110 110000 11011100 1110 1001110 0 1110 100100010 1000111 110101

Color Harmonies of #BE30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30DC

Black with #BE30DC

Text Example


Text Example

White with #BE30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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