Html Css Color HEX #BE6FD2 Medium Orchid

📋 copy color: '#BE6FD2'

red 190 ◦ green 111 ◦ blue 210

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

Shades of Medium Orchid #BE6FD2

Tints of Medium Orchid #BE6FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 37.18%
G = 21.72%
B = 41.1%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE6FD2 (or 0xBE6FD2) is known color: Medium Orchid. HEX triplet: BE, 6F and D2. RGB value is (190,111,210). Sum of RGB (Red+Green+Blue) = 190+111+210=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE6FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD2 is #41902D. Grayscale: #919191. Windows color (decimal): -4296750 or 13791166. OLE color: 13791166.

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

Color convert

RGB 190 111 210 -
CMYK 0.10 0.47 0 0.18
HSL 287.88º 0.52% 0.63% -
HSV(B) 287.88º 0.47% 0.82% -
XYZ 38.55 26.97 64.15 -
YUV 145.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 190 111 210 0.10 0.47 0 0.18 287.88 0.52 0.63
Hex BE 6F D2 A 2F 0 12 120 34 3F
Octal 276 157 322 12 57 0 22 440 64 77
Binary 10111110 1101111 11010010 1010 101111 0 10010 100100000 110100 111111

Color Harmonies of #BE6FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FD2

Black with #BE6FD2

Text Example


Text Example

White with #BE6FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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