Html Css Color HEX #BE60DA Medium Orchid

📋 copy color: '#BE60DA'

red 190 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #BE60DA

Tints of Medium Orchid #BE60DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.05%

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

R = 37.7%
G = 19.05%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE60DA (or 0xBE60DA) is known color: Medium Orchid. HEX triplet: BE, 60 and DA. RGB value is (190,96,218). Sum of RGB (Red+Green+Blue) = 190+96+218=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60DA is #419F25. Grayscale: #898989. Windows color (decimal): -4300582 or 14311614. OLE color: 14311614.

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

Color convert

RGB 190 96 218 -
CMYK 0.13 0.56 0 0.15
HSL 286.23º 0.62% 0.62% -
HSV(B) 286.23º 0.56% 0.85% -
XYZ 38.07 24.37 69.03 -
YUV 138.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 190 96 218 0.13 0.56 0 0.15 286.23 0.62 0.62
Hex BE 60 DA D 38 0 F 11E 3E 3E
Octal 276 140 332 15 70 0 17 436 76 76
Binary 10111110 1100000 11011010 1101 111000 0 1111 100011110 111110 111110

Color Harmonies of #BE60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60DA

Black with #BE60DA

Text Example


Text Example

White with #BE60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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