Html Css Color HEX #BE64DA Medium Orchid

📋 copy color: '#BE64DA'

red 190 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #BE64DA

Tints of Medium Orchid #BE64DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 37.4%
G = 19.69%
B = 42.91%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE64DA (or 0xBE64DA) is known color: Medium Orchid. HEX triplet: BE, 64 and DA. RGB value is (190,100,218). Sum of RGB (Red+Green+Blue) = 190+100+218=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64DA is #419B25. Grayscale: #8B8B8B. Windows color (decimal): -4299558 or 14312638. OLE color: 14312638.

HSL color Cylindrical-coordinate representation of color #BE64DA: hue angle of 285.76º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE64DA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 100 218 -
CMYK 0.13 0.54 0 0.15
HSL 285.76º 0.61% 0.62% -
HSV(B) 285.76º 0.54% 0.85% -
XYZ 38.45 25.12 69.15 -
YUV 140.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 190 100 218 0.13 0.54 0 0.15 285.76 0.61 0.62
Hex BE 64 DA D 36 0 F 11E 3D 3E
Octal 276 144 332 15 66 0 17 436 75 76
Binary 10111110 1100100 11011010 1101 110110 0 1111 100011110 111101 111110

Color Harmonies of #BE64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64DA

Black with #BE64DA

Text Example


Text Example

White with #BE64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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