Html Css Color HEX #BE30DF Medium Orchid

📋 copy color: '#BE30DF'

red 190 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #BE30DF

Tints of Medium Orchid #BE30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 41.21%
G = 10.41%
B = 48.37%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE30DF (or 0xBE30DF) is known color: Medium Orchid. HEX triplet: BE, 30 and DF. RGB value is (190,48,223). Sum of RGB (Red+Green+Blue) = 190+48+223=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30DF is #41CF20. Grayscale: #6D6D6D. Windows color (decimal): -4312865 or 14627006. OLE color: 14627006.

HSL color Cylindrical-coordinate representation of color #BE30DF: hue angle of 288.69º degrees, saturation: 0.73, 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 #BE30DF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 48 223 -
CMYK 0.15 0.78 0 0.13
HSL 288.69º 0.73% 0.53% -
HSV(B) 288.69º 0.78% 0.87% -
XYZ 35.61 18.39 71.48 -
YUV 110.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 190 48 223 0.15 0.78 0 0.13 288.69 0.73 0.53
Hex BE 30 DF F 4E 0 D 121 49 35
Octal 276 60 337 17 116 0 15 441 111 65
Binary 10111110 110000 11011111 1111 1001110 0 1101 100100001 1001001 110101

Color Harmonies of #BE30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30DF

Black with #BE30DF

Text Example


Text Example

White with #BE30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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