Html Css Color HEX #BE68CF Medium Orchid

📋 copy color: '#BE68CF'

red 190 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #BE68CF

Tints of Medium Orchid #BE68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 37.92%
G = 20.76%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE68CF (or 0xBE68CF) is known color: Medium Orchid. HEX triplet: BE, 68 and CF. RGB value is (190,104,207). Sum of RGB (Red+Green+Blue) = 190+104+207=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68CF is #419730. Grayscale: #8D8D8D. Windows color (decimal): -4298545 or 13592766. OLE color: 13592766.

HSL color Cylindrical-coordinate representation of color #BE68CF: hue angle of 290.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE68CF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 104 207 -
CMYK 0.08 0.50 0 0.19
HSL 290.1º 0.52% 0.61% -
HSV(B) 290.1º 0.5% 0.81% -
XYZ 37.45 25.35 61.95 -
YUV 141.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 190 104 207 0.08 0.50 0 0.19 290.1 0.52 0.61
Hex BE 68 CF 8 32 0 13 122 34 3D
Octal 276 150 317 10 62 0 23 442 64 75
Binary 10111110 1101000 11001111 1000 110010 0 10011 100100010 110100 111101

Color Harmonies of #BE68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68CF

Black with #BE68CF

Text Example


Text Example

White with #BE68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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