Html Css Color HEX #BE68D8 Medium Orchid

📋 copy color: '#BE68D8'

red 190 ◦ green 104 ◦ blue 216

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

Shades of Medium Orchid #BE68D8

Tints of Medium Orchid #BE68D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.35%

R = 37.25%
G = 20.39%
B = 42.35%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE68D8 (or 0xBE68D8) is known color: Medium Orchid. HEX triplet: BE, 68 and D8. RGB value is (190,104,216). Sum of RGB (Red+Green+Blue) = 190+104+216=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D8 is #419727. Grayscale: #8E8E8E. Windows color (decimal): -4298536 or 14182590. OLE color: 14182590.

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

Color convert

RGB 190 104 216 -
CMYK 0.12 0.52 0 0.15
HSL 286.07º 0.59% 0.63% -
HSV(B) 286.07º 0.52% 0.85% -
XYZ 38.58 25.81 67.91 -
YUV 142.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 190 104 216 0.12 0.52 0 0.15 286.07 0.59 0.63
Hex BE 68 D8 C 34 0 F 11E 3B 3F
Octal 276 150 330 14 64 0 17 436 73 77
Binary 10111110 1101000 11011000 1100 110100 0 1111 100011110 111011 111111

Color Harmonies of #BE68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68D8

Black with #BE68D8

Text Example


Text Example

White with #BE68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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