Html Css Color HEX #BE69DD Medium Orchid

📋 copy color: '#BE69DD'

red 190 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #BE69DD

Tints of Medium Orchid #BE69DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 36.82%
G = 20.35%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE69DD (or 0xBE69DD) is known color: Medium Orchid. HEX triplet: BE, 69 and DD. RGB value is (190,105,221). Sum of RGB (Red+Green+Blue) = 190+105+221=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69DD is #419622. Grayscale: #8F8F8F. Windows color (decimal): -4298275 or 14510526. OLE color: 14510526.

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

Color convert

RGB 190 105 221 -
CMYK 0.14 0.52 0 0.13
HSL 283.97º 0.63% 0.64% -
HSV(B) 283.97º 0.52% 0.87% -
XYZ 39.34 26.27 71.4 -
YUV 143.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 190 105 221 0.14 0.52 0 0.13 283.97 0.63 0.64
Hex BE 69 DD E 34 0 D 11C 3F 40
Octal 276 151 335 16 64 0 15 434 77 100
Binary 10111110 1101001 11011101 1110 110100 0 1101 100011100 111111 1000000

Color Harmonies of #BE69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69DD

Black with #BE69DD

Text Example


Text Example

White with #BE69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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