Html Css Color HEX #BE68D2 Medium Orchid

📋 copy color: '#BE68D2'

red 190 ◦ green 104 ◦ blue 210

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

Shades of Medium Orchid #BE68D2

Tints of Medium Orchid #BE68D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 37.7%
G = 20.63%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE68D2 (or 0xBE68D2) is known color: Medium Orchid. HEX triplet: BE, 68 and D2. RGB value is (190,104,210). Sum of RGB (Red+Green+Blue) = 190+104+210=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D2 is #41972D. Grayscale: #8D8D8D. Windows color (decimal): -4298542 or 13789374. OLE color: 13789374.

HSL color Cylindrical-coordinate representation of color #BE68D2: hue angle of 288.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE68D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 104 210 -
CMYK 0.10 0.50 0 0.18
HSL 288.68º 0.54% 0.62% -
HSV(B) 288.68º 0.5% 0.82% -
XYZ 37.82 25.5 63.9 -
YUV 141.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 190 104 210 0.10 0.50 0 0.18 288.68 0.54 0.62
Hex BE 68 D2 A 32 0 12 121 36 3E
Octal 276 150 322 12 62 0 22 441 66 76
Binary 10111110 1101000 11010010 1010 110010 0 10010 100100001 110110 111110

Color Harmonies of #BE68D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68D2

Black with #BE68D2

Text Example


Text Example

White with #BE68D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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