Html Css Color HEX #BC6CCD Medium Orchid

📋 copy color: '#BC6CCD'

red 188 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #BC6CCD

Tints of Medium Orchid #BC6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 37.52%
G = 21.56%
B = 40.92%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC6CCD (or 0xBC6CCD) is known color: Medium Orchid. HEX triplet: BC, 6C and CD. RGB value is (188,108,205). Sum of RGB (Red+Green+Blue) = 188+108+205=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCD is #439332. Grayscale: #8E8E8E. Windows color (decimal): -4428595 or 13462716. OLE color: 13462716.

HSL color Cylindrical-coordinate representation of color #BC6CCD: hue angle of 289.48º degrees, saturation: 0.49, 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 #BC6CCD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 108 205 -
CMYK 0.08 0.47 0 0.20
HSL 289.48º 0.49% 0.61% -
HSV(B) 289.48º 0.47% 0.8% -
XYZ 37.12 25.82 60.79 -
YUV 142.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 188 108 205 0.08 0.47 0 0.20 289.48 0.49 0.61
Hex BC 6C CD 8 2F 0 14 121 31 3D
Octal 274 154 315 10 57 0 24 441 61 75
Binary 10111100 1101100 11001101 1000 101111 0 10100 100100001 110001 111101

Color Harmonies of #BC6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CCD

Black with #BC6CCD

Text Example


Text Example

White with #BC6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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