Html Css Color HEX #BE69DA Medium Orchid

📋 copy color: '#BE69DA'

red 190 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #BE69DA

Tints of Medium Orchid #BE69DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 37.04%
G = 20.47%
B = 42.5%

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

#BE69DA (or 0xBE69DA) is known color: Medium Orchid. HEX triplet: BE, 69 and DA. RGB value is (190,105,218). Sum of RGB (Red+Green+Blue) = 190+105+218=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69DA is #419625. Grayscale: #8E8E8E. Windows color (decimal): -4298278 or 14313918. OLE color: 14313918.

HSL color Cylindrical-coordinate representation of color #BE69DA: hue angle of 285.13º degrees, saturation: 0.6, 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 #BE69DA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 105 218 -
CMYK 0.13 0.52 0 0.15
HSL 285.13º 0.6% 0.63% -
HSV(B) 285.13º 0.52% 0.85% -
XYZ 38.94 26.11 69.32 -
YUV 143.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 190 105 218 0.13 0.52 0 0.15 285.13 0.6 0.63
Hex BE 69 DA D 34 0 F 11D 3C 3F
Octal 276 151 332 15 64 0 17 435 74 77
Binary 10111110 1101001 11011010 1101 110100 0 1111 100011101 111100 111111

Color Harmonies of #BE69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69DA

Black with #BE69DA

Text Example


Text Example

White with #BE69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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