Html Css Color HEX #BC6BCF Medium Orchid

📋 copy color: '#BC6BCF'

red 188 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #BC6BCF

Tints of Medium Orchid #BC6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 37.45%
G = 21.31%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC6BCF (or 0xBC6BCF) is known color: Medium Orchid. HEX triplet: BC, 6B and CF. RGB value is (188,107,207). Sum of RGB (Red+Green+Blue) = 188+107+207=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCF is #439430. Grayscale: #8E8E8E. Windows color (decimal): -4428849 or 13593532. OLE color: 13593532.

HSL color Cylindrical-coordinate representation of color #BC6BCF: hue angle of 288.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6BCF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 107 207 -
CMYK 0.09 0.48 0 0.19
HSL 288.6º 0.51% 0.62% -
HSV(B) 288.6º 0.48% 0.81% -
XYZ 37.26 25.71 62.03 -
YUV 142.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 188 107 207 0.09 0.48 0 0.19 288.6 0.51 0.62
Hex BC 6B CF 9 30 0 13 121 33 3E
Octal 274 153 317 11 60 0 23 441 63 76
Binary 10111100 1101011 11001111 1001 110000 0 10011 100100001 110011 111110

Color Harmonies of #BC6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BCF

Black with #BC6BCF

Text Example


Text Example

White with #BC6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BCF; }

 p { color: rgb(188,107,207); }

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

background-color css

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

 a { background-color: rgb(188,107,207); }

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

border-color css

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

 span { border-color: rgb(188,107,207); }

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