Html Css Color HEX #BE30DD Medium Orchid

📋 copy color: '#BE30DD'

red 190 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #BE30DD

Tints of Medium Orchid #BE30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 41.39%
G = 10.46%
B = 48.15%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE30DD (or 0xBE30DD) is known color: Medium Orchid. HEX triplet: BE, 30 and DD. RGB value is (190,48,221). Sum of RGB (Red+Green+Blue) = 190+48+221=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30DD is #41CF22. Grayscale: #6D6D6D. Windows color (decimal): -4312867 or 14495934. OLE color: 14495934.

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

Color convert

RGB 190 48 221 -
CMYK 0.14 0.78 0 0.13
HSL 289.25º 0.72% 0.53% -
HSV(B) 289.25º 0.78% 0.87% -
XYZ 35.34 18.28 70.07 -
YUV 110.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 190 48 221 0.14 0.78 0 0.13 289.25 0.72 0.53
Hex BE 30 DD E 4E 0 D 121 48 35
Octal 276 60 335 16 116 0 15 441 110 65
Binary 10111110 110000 11011101 1110 1001110 0 1101 100100001 1001000 110101

Color Harmonies of #BE30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30DD

Black with #BE30DD

Text Example


Text Example

White with #BE30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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