Html Css Color HEX #BE68D3 Medium Orchid

📋 copy color: '#BE68D3'

red 190 ◦ green 104 ◦ blue 211

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

Shades of Medium Orchid #BE68D3

Tints of Medium Orchid #BE68D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 37.62%
G = 20.59%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE68D3 (or 0xBE68D3) is known color: Medium Orchid. HEX triplet: BE, 68 and D3. RGB value is (190,104,211). Sum of RGB (Red+Green+Blue) = 190+104+211=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE68D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D3 is #41972C. Grayscale: #8D8D8D. Windows color (decimal): -4298541 or 13854910. OLE color: 13854910.

HSL color Cylindrical-coordinate representation of color #BE68D3: hue angle of 288.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE68D3 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 104 211 -
CMYK 0.10 0.51 0 0.17
HSL 288.22º 0.55% 0.62% -
HSV(B) 288.22º 0.51% 0.83% -
XYZ 37.94 25.55 64.56 -
YUV 141.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 190 104 211 0.10 0.51 0 0.17 288.22 0.55 0.62
Hex BE 68 D3 A 33 0 11 120 37 3E
Octal 276 150 323 12 63 0 21 440 67 76
Binary 10111110 1101000 11010011 1010 110011 0 10001 100100000 110111 111110

Color Harmonies of #BE68D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68D3

Black with #BE68D3

Text Example


Text Example

White with #BE68D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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