Html Css Color HEX #BE68DA Medium Orchid

📋 copy color: '#BE68DA'

red 190 ◦ green 104 ◦ blue 218

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

Shades of Medium Orchid #BE68DA

Tints of Medium Orchid #BE68DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

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

R = 37.11%
G = 20.31%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE68DA (or 0xBE68DA) is known color: Medium Orchid. HEX triplet: BE, 68 and DA. RGB value is (190,104,218). Sum of RGB (Red+Green+Blue) = 190+104+218=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68DA is #419725. Grayscale: #8E8E8E. Windows color (decimal): -4298534 or 14313662. OLE color: 14313662.

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

Color convert

RGB 190 104 218 -
CMYK 0.13 0.52 0 0.15
HSL 285.26º 0.61% 0.63% -
HSV(B) 285.26º 0.52% 0.85% -
XYZ 38.84 25.91 69.28 -
YUV 142.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 190 104 218 0.13 0.52 0 0.15 285.26 0.61 0.63
Hex BE 68 DA D 34 0 F 11D 3D 3F
Octal 276 150 332 15 64 0 17 435 75 77
Binary 10111110 1101000 11011010 1101 110100 0 1111 100011101 111101 111111

Color Harmonies of #BE68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68DA

Black with #BE68DA

Text Example


Text Example

White with #BE68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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