Html Css Color HEX #BE68CA Medium Orchid

📋 copy color: '#BE68CA'

red 190 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #BE68CA

Tints of Medium Orchid #BE68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 38.31%
G = 20.97%
B = 40.73%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE68CA (or 0xBE68CA) is known color: Medium Orchid. HEX triplet: BE, 68 and CA. RGB value is (190,104,202). Sum of RGB (Red+Green+Blue) = 190+104+202=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68CA is #419735. Grayscale: #8C8C8C. Windows color (decimal): -4298550 or 13265086. OLE color: 13265086.

HSL color Cylindrical-coordinate representation of color #BE68CA: hue angle of 292.65º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE68CA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 104 202 -
CMYK 0.06 0.49 0 0.21
HSL 292.65º 0.48% 0.6% -
HSV(B) 292.65º 0.49% 0.79% -
XYZ 36.85 25.11 58.78 -
YUV 140.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 190 104 202 0.06 0.49 0 0.21 292.65 0.48 0.6
Hex BE 68 CA 6 31 0 15 125 30 3C
Octal 276 150 312 6 61 0 25 445 60 74
Binary 10111110 1101000 11001010 110 110001 0 10101 100100101 110000 111100

Color Harmonies of #BE68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68CA

Black with #BE68CA

Text Example


Text Example

White with #BE68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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