Html Css Color HEX #BE6FD1 Medium Orchid

📋 copy color: '#BE6FD1'

red 190 ◦ green 111 ◦ blue 209

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

Shades of Medium Orchid #BE6FD1

Tints of Medium Orchid #BE6FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 37.25%
G = 21.76%
B = 40.98%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE6FD1 (or 0xBE6FD1) is known color: Medium Orchid. HEX triplet: BE, 6F and D1. RGB value is (190,111,209). Sum of RGB (Red+Green+Blue) = 190+111+209=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD1 is #41902E. Grayscale: #919191. Windows color (decimal): -4296751 or 13725630. OLE color: 13725630.

HSL color Cylindrical-coordinate representation of color #BE6FD1: hue angle of 288.37º 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 #BE6FD1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 111 209 -
CMYK 0.09 0.47 0 0.18
HSL 288.37º 0.52% 0.63% -
HSV(B) 288.37º 0.47% 0.82% -
XYZ 38.43 26.92 63.49 -
YUV 145.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 190 111 209 0.09 0.47 0 0.18 288.37 0.52 0.63
Hex BE 6F D1 9 2F 0 12 120 34 3F
Octal 276 157 321 11 57 0 22 440 64 77
Binary 10111110 1101111 11010001 1001 101111 0 10010 100100000 110100 111111

Color Harmonies of #BE6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FD1

Black with #BE6FD1

Text Example


Text Example

White with #BE6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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