Html Css Color HEX #BE64DD Medium Orchid

📋 copy color: '#BE64DD'

red 190 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #BE64DD

Tints of Medium Orchid #BE64DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.57%

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

R = 37.18%
G = 19.57%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE64DD (or 0xBE64DD) is known color: Medium Orchid. HEX triplet: BE, 64 and DD. RGB value is (190,100,221). Sum of RGB (Red+Green+Blue) = 190+100+221=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64DD is #419B22. Grayscale: #8C8C8C. Windows color (decimal): -4299555 or 14509246. OLE color: 14509246.

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

Color convert

RGB 190 100 221 -
CMYK 0.14 0.55 0 0.13
HSL 284.63º 0.64% 0.63% -
HSV(B) 284.63º 0.55% 0.87% -
XYZ 38.84 25.28 71.24 -
YUV 140.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 190 100 221 0.14 0.55 0 0.13 284.63 0.64 0.63
Hex BE 64 DD E 37 0 D 11D 40 3F
Octal 276 144 335 16 67 0 15 435 100 77
Binary 10111110 1100100 11011101 1110 110111 0 1101 100011101 1000000 111111

Color Harmonies of #BE64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64DD

Black with #BE64DD

Text Example


Text Example

White with #BE64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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