Html Css Color HEX #BE6AD6 Medium Orchid

📋 copy color: '#BE6AD6'

red 190 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #BE6AD6

Tints of Medium Orchid #BE6AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 37.25%
G = 20.78%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE6AD6 (or 0xBE6AD6) is known color: Medium Orchid. HEX triplet: BE, 6A and D6. RGB value is (190,106,214). Sum of RGB (Red+Green+Blue) = 190+106+214=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AD6 is #419529. Grayscale: #8F8F8F. Windows color (decimal): -4298026 or 14052030. OLE color: 14052030.

HSL color Cylindrical-coordinate representation of color #BE6AD6: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6AD6 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 106 214 -
CMYK 0.11 0.50 0 0.16
HSL 286.67º 0.57% 0.63% -
HSV(B) 286.67º 0.5% 0.84% -
XYZ 38.53 26.11 66.63 -
YUV 143.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 190 106 214 0.11 0.50 0 0.16 286.67 0.57 0.63
Hex BE 6A D6 B 32 0 10 11F 39 3F
Octal 276 152 326 13 62 0 20 437 71 77
Binary 10111110 1101010 11010110 1011 110010 0 10000 100011111 111001 111111

Color Harmonies of #BE6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AD6

Black with #BE6AD6

Text Example


Text Example

White with #BE6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AD6; }

 p { color: rgb(190,106,214); }

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

background-color css

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

 a { background-color: rgb(190,106,214); }

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

border-color css

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

 span { border-color: rgb(190,106,214); }

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