Html Css Color HEX #BE6FD3 Medium Orchid

📋 copy color: '#BE6FD3'

red 190 ◦ green 111 ◦ blue 211

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

Shades of Medium Orchid #BE6FD3

Tints of Medium Orchid #BE6FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 37.11%
G = 21.68%
B = 41.21%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE6FD3 (or 0xBE6FD3) is known color: Medium Orchid. HEX triplet: BE, 6F and D3. RGB value is (190,111,211). Sum of RGB (Red+Green+Blue) = 190+111+211=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD3 is #41902C. Grayscale: #919191. Windows color (decimal): -4296749 or 13856702. OLE color: 13856702.

HSL color Cylindrical-coordinate representation of color #BE6FD3: hue angle of 287.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6FD3 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 111 211 -
CMYK 0.10 0.47 0 0.17
HSL 287.4º 0.53% 0.63% -
HSV(B) 287.4º 0.47% 0.83% -
XYZ 38.68 27.02 64.8 -
YUV 146.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 190 111 211 0.10 0.47 0 0.17 287.4 0.53 0.63
Hex BE 6F D3 A 2F 0 11 11F 35 3F
Octal 276 157 323 12 57 0 21 437 65 77
Binary 10111110 1101111 11010011 1010 101111 0 10001 100011111 110101 111111

Color Harmonies of #BE6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FD3

Black with #BE6FD3

Text Example


Text Example

White with #BE6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FD3; }

 p { color: rgb(190,111,211); }

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

background-color css

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

 a { background-color: rgb(190,111,211); }

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

border-color css

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

 span { border-color: rgb(190,111,211); }

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