Html Css Color HEX #BE64CE Medium Orchid

📋 copy color: '#BE64CE'

red 190 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #BE64CE

Tints of Medium Orchid #BE64CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 38.31%
G = 20.16%
B = 41.53%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE64CE (or 0xBE64CE) is known color: Medium Orchid. HEX triplet: BE, 64 and CE. RGB value is (190,100,206). Sum of RGB (Red+Green+Blue) = 190+100+206=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CE is #419B31. Grayscale: #8A8A8A. Windows color (decimal): -4299570 or 13526206. OLE color: 13526206.

HSL color Cylindrical-coordinate representation of color #BE64CE: hue angle of 290.94º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE64CE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 100 206 -
CMYK 0.08 0.51 0 0.19
HSL 290.94º 0.52% 0.6% -
HSV(B) 290.94º 0.51% 0.81% -
XYZ 36.93 24.52 61.18 -
YUV 138.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 190 100 206 0.08 0.51 0 0.19 290.94 0.52 0.6
Hex BE 64 CE 8 33 0 13 123 34 3C
Octal 276 144 316 10 63 0 23 443 64 74
Binary 10111110 1100100 11001110 1000 110011 0 10011 100100011 110100 111100

Color Harmonies of #BE64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64CE

Black with #BE64CE

Text Example


Text Example

White with #BE64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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