Html Css Color HEX #BC6FCF Medium Orchid

📋 copy color: '#BC6FCF'

red 188 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #BC6FCF

Tints of Medium Orchid #BC6FCF

RGB

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

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

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

R = 37.15%
G = 21.94%
B = 40.91%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC6FCF (or 0xBC6FCF) is known color: Medium Orchid. HEX triplet: BC, 6F and CF. RGB value is (188,111,207). Sum of RGB (Red+Green+Blue) = 188+111+207=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCF is #439030. Grayscale: #909090. Windows color (decimal): -4427825 or 13594556. OLE color: 13594556.

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

Color convert

RGB 188 111 207 -
CMYK 0.09 0.46 0 0.19
HSL 288.13º 0.5% 0.62% -
HSV(B) 288.13º 0.46% 0.81% -
XYZ 37.69 26.57 62.17 -
YUV 144.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 188 111 207 0.09 0.46 0 0.19 288.13 0.5 0.62
Hex BC 6F CF 9 2E 0 13 120 32 3E
Octal 274 157 317 11 56 0 23 440 62 76
Binary 10111100 1101111 11001111 1001 101110 0 10011 100100000 110010 111110

Color Harmonies of #BC6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FCF

Black with #BC6FCF

Text Example


Text Example

White with #BC6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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