Html Css Color HEX #BE30DE Medium Orchid

📋 copy color: '#BE30DE'

red 190 ◦ green 48 ◦ blue 222

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

Shades of Medium Orchid #BE30DE

Tints of Medium Orchid #BE30DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 41.3%
G = 10.43%
B = 48.26%

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

#BE30DE (or 0xBE30DE) is known color: Medium Orchid. HEX triplet: BE, 30 and DE. RGB value is (190,48,222). Sum of RGB (Red+Green+Blue) = 190+48+222=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE30DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30DE is #41CF21. Grayscale: #6D6D6D. Windows color (decimal): -4312866 or 14561470. OLE color: 14561470.

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

Color convert

RGB 190 48 222 -
CMYK 0.14 0.78 0 0.13
HSL 288.97º 0.73% 0.53% -
HSV(B) 288.97º 0.78% 0.87% -
XYZ 35.48 18.33 70.78 -
YUV 110.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 190 48 222 0.14 0.78 0 0.13 288.97 0.73 0.53
Hex BE 30 DE E 4E 0 D 121 48 35
Octal 276 60 336 16 116 0 15 441 110 65
Binary 10111110 110000 11011110 1110 1001110 0 1101 100100001 1001000 110101

Color Harmonies of #BE30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30DE

Black with #BE30DE

Text Example


Text Example

White with #BE30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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