Html Css Color HEX #BE68D5 Medium Orchid

📋 copy color: '#BE68D5'

red 190 ◦ green 104 ◦ blue 213

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

Shades of Medium Orchid #BE68D5

Tints of Medium Orchid #BE68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 37.48%
G = 20.51%
B = 42.01%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE68D5 (or 0xBE68D5) is known color: Medium Orchid. HEX triplet: BE, 68 and D5. RGB value is (190,104,213). Sum of RGB (Red+Green+Blue) = 190+104+213=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D5 is #41972A. Grayscale: #8D8D8D. Windows color (decimal): -4298539 or 13985982. OLE color: 13985982.

HSL color Cylindrical-coordinate representation of color #BE68D5: hue angle of 287.34º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE68D5 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 104 213 -
CMYK 0.11 0.51 0 0.16
HSL 287.34º 0.56% 0.62% -
HSV(B) 287.34º 0.51% 0.84% -
XYZ 38.2 25.65 65.89 -
YUV 142.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 190 104 213 0.11 0.51 0 0.16 287.34 0.56 0.62
Hex BE 68 D5 B 33 0 10 11F 38 3E
Octal 276 150 325 13 63 0 20 437 70 76
Binary 10111110 1101000 11010101 1011 110011 0 10000 100011111 111000 111110

Color Harmonies of #BE68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68D5

Black with #BE68D5

Text Example


Text Example

White with #BE68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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