Html Css Color HEX #BC6CCC Medium Orchid

📋 copy color: '#BC6CCC'

red 188 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #BC6CCC

Tints of Medium Orchid #BC6CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 37.6%
G = 21.6%
B = 40.8%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC6CCC (or 0xBC6CCC) is known color: Medium Orchid. HEX triplet: BC, 6C and CC. RGB value is (188,108,204). Sum of RGB (Red+Green+Blue) = 188+108+204=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCC is #439333. Grayscale: #8E8E8E. Windows color (decimal): -4428596 or 13397180. OLE color: 13397180.

HSL color Cylindrical-coordinate representation of color #BC6CCC: hue angle of 290º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6CCC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 108 204 -
CMYK 0.08 0.47 0 0.2
HSL 290º 0.48% 0.61% -
HSV(B) 290º 0.47% 0.8% -
XYZ 37 25.78 60.15 -
YUV 142.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 188 108 204 0.08 0.47 0 0.2 290 0.48 0.61
Hex BC 6C CC 8 2F 0 14 122 30 3D
Octal 274 154 314 10 57 0 24 442 60 75
Binary 10111100 1101100 11001100 1000 101111 0 10100 100100010 110000 111101

Color Harmonies of #BC6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CCC

Black with #BC6CCC

Text Example


Text Example

White with #BC6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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