Html Css Color HEX #BE6CDD Medium Orchid

📋 copy color: '#BE6CDD'

red 190 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #BE6CDD

Tints of Medium Orchid #BE6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 36.61%
G = 20.81%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6CDD (or 0xBE6CDD) is known color: Medium Orchid. HEX triplet: BE, 6C and DD. RGB value is (190,108,221). Sum of RGB (Red+Green+Blue) = 190+108+221=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CDD is #419322. Grayscale: #919191. Windows color (decimal): -4297507 or 14511294. OLE color: 14511294.

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

Color convert

RGB 190 108 221 -
CMYK 0.14 0.51 0 0.13
HSL 283.54º 0.62% 0.65% -
HSV(B) 283.54º 0.51% 0.87% -
XYZ 39.65 26.89 71.51 -
YUV 145.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 190 108 221 0.14 0.51 0 0.13 283.54 0.62 0.65
Hex BE 6C DD E 33 0 D 11C 3E 41
Octal 276 154 335 16 63 0 15 434 76 101
Binary 10111110 1101100 11011101 1110 110011 0 1101 100011100 111110 1000001

Color Harmonies of #BE6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CDD

Black with #BE6CDD

Text Example


Text Example

White with #BE6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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