Html Css Color HEX #BC69C7 Medium Orchid

📋 copy color: '#BC69C7'

red 188 ◦ green 105 ◦ blue 199

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

Shades of Medium Orchid #BC69C7

Tints of Medium Orchid #BC69C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 38.21%
G = 21.34%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC69C7 (or 0xBC69C7) is known color: Medium Orchid. HEX triplet: BC, 69 and C7. RGB value is (188,105,199). Sum of RGB (Red+Green+Blue) = 188+105+199=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69C7 is #439638. Grayscale: #8C8C8C. Windows color (decimal): -4429369 or 13068732. OLE color: 13068732.

HSL color Cylindrical-coordinate representation of color #BC69C7: hue angle of 292.98º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC69C7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 105 199 -
CMYK 0.06 0.47 0 0.22
HSL 292.98º 0.46% 0.6% -
HSV(B) 292.98º 0.47% 0.78% -
XYZ 36.1 24.92 56.94 -
YUV 140.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 188 105 199 0.06 0.47 0 0.22 292.98 0.46 0.6
Hex BC 69 C7 6 2F 0 16 125 2E 3C
Octal 274 151 307 6 57 0 26 445 56 74
Binary 10111100 1101001 11000111 110 101111 0 10110 100100101 101110 111100

Color Harmonies of #BC69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69C7

Black with #BC69C7

Text Example


Text Example

White with #BC69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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