Html Css Color HEX #BE6ECC Medium Orchid

📋 copy color: '#BE6ECC'

red 190 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #BE6ECC

Tints of Medium Orchid #BE6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 37.7%
G = 21.83%
B = 40.48%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE6ECC (or 0xBE6ECC) is known color: Medium Orchid. HEX triplet: BE, 6E and CC. RGB value is (190,110,204). Sum of RGB (Red+Green+Blue) = 190+110+204=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ECC is #419133. Grayscale: #909090. Windows color (decimal): -4297012 or 13397694. OLE color: 13397694.

HSL color Cylindrical-coordinate representation of color #BE6ECC: hue angle of 291.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6ECC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 110 204 -
CMYK 0.07 0.46 0 0.2
HSL 291.06º 0.48% 0.62% -
HSV(B) 291.06º 0.46% 0.8% -
XYZ 37.71 26.46 60.25 -
YUV 144.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 190 110 204 0.07 0.46 0 0.2 291.06 0.48 0.62
Hex BE 6E CC 7 2E 0 14 123 30 3E
Octal 276 156 314 7 56 0 24 443 60 76
Binary 10111110 1101110 11001100 111 101110 0 10100 100100011 110000 111110

Color Harmonies of #BE6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ECC

Black with #BE6ECC

Text Example


Text Example

White with #BE6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ECC; }

 p { color: rgb(190,110,204); }

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

background-color css

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

 a { background-color: rgb(190,110,204); }

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

border-color css

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

 span { border-color: rgb(190,110,204); }

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