Html Css Color HEX #BC69D1 Medium Orchid

📋 copy color: '#BC69D1'

red 188 ◦ green 105 ◦ blue 209

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

Shades of Medium Orchid #BC69D1

Tints of Medium Orchid #BC69D1

RGB

 RED value IS 188 (73.83% from 255) = 37.45%

 GREEN value IS 105 (41.41% from 255) = 20.92%

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

R = 37.45%
G = 20.92%
B = 41.63%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC69D1 (or 0xBC69D1) is known color: Medium Orchid. HEX triplet: BC, 69 and D1. RGB value is (188,105,209). Sum of RGB (Red+Green+Blue) = 188+105+209=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D1 is #43962E. Grayscale: #8D8D8D. Windows color (decimal): -4429359 or 13724092. OLE color: 13724092.

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

Color convert

RGB 188 105 209 -
CMYK 0.10 0.50 0 0.18
HSL 287.88º 0.53% 0.62% -
HSV(B) 287.88º 0.5% 0.82% -
XYZ 37.3 25.4 63.26 -
YUV 141.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 188 105 209 0.10 0.50 0 0.18 287.88 0.53 0.62
Hex BC 69 D1 A 32 0 12 120 35 3E
Octal 274 151 321 12 62 0 22 440 65 76
Binary 10111100 1101001 11010001 1010 110010 0 10010 100100000 110101 111110

Color Harmonies of #BC69D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69D1

Black with #BC69D1

Text Example


Text Example

White with #BC69D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69D1; }

 p { color: rgb(188,105,209); }

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

background-color css

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

 a { background-color: rgb(188,105,209); }

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

border-color css

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

 span { border-color: rgb(188,105,209); }

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