Html Css Color HEX #BE3CDD Medium Orchid

📋 copy color: '#BE3CDD'

red 190 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #BE3CDD

Tints of Medium Orchid #BE3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.74%

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

R = 40.34%
G = 12.74%
B = 46.92%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3CDD (or 0xBE3CDD) is known color: Medium Orchid. HEX triplet: BE, 3C and DD. RGB value is (190,60,221). Sum of RGB (Red+Green+Blue) = 190+60+221=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CDD is #41C322. Grayscale: #747474. Windows color (decimal): -4309795 or 14499006. OLE color: 14499006.

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

Color convert

RGB 190 60 221 -
CMYK 0.14 0.73 0 0.13
HSL 288.45º 0.7% 0.55% -
HSV(B) 288.45º 0.73% 0.87% -
XYZ 35.9 19.4 70.26 -
YUV 117.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 190 60 221 0.14 0.73 0 0.13 288.45 0.7 0.55
Hex BE 3C DD E 49 0 D 120 46 37
Octal 276 74 335 16 111 0 15 440 106 67
Binary 10111110 111100 11011101 1110 1001001 0 1101 100100000 1000110 110111

Color Harmonies of #BE3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CDD

Black with #BE3CDD

Text Example


Text Example

White with #BE3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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