Html Css Color HEX #BC6CCF Medium Orchid

📋 copy color: '#BC6CCF'

red 188 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #BC6CCF

Tints of Medium Orchid #BC6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 37.38%
G = 21.47%
B = 41.15%

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

#BC6CCF (or 0xBC6CCF) is known color: Medium Orchid. HEX triplet: BC, 6C and CF. RGB value is (188,108,207). Sum of RGB (Red+Green+Blue) = 188+108+207=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCF is #439330. Grayscale: #8E8E8E. Windows color (decimal): -4428593 or 13593788. OLE color: 13593788.

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

Color convert

RGB 188 108 207 -
CMYK 0.09 0.48 0 0.19
HSL 288.48º 0.51% 0.62% -
HSV(B) 288.48º 0.48% 0.81% -
XYZ 37.36 25.92 62.07 -
YUV 143.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 188 108 207 0.09 0.48 0 0.19 288.48 0.51 0.62
Hex BC 6C CF 9 30 0 13 120 33 3E
Octal 274 154 317 11 60 0 23 440 63 76
Binary 10111100 1101100 11001111 1001 110000 0 10011 100100000 110011 111110

Color Harmonies of #BC6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CCF

Black with #BC6CCF

Text Example


Text Example

White with #BC6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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