Html Css Color HEX #BC6CDD Medium Orchid

📋 copy color: '#BC6CDD'

red 188 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #BC6CDD

Tints of Medium Orchid #BC6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 36.36%
G = 20.89%
B = 42.75%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC6CDD (or 0xBC6CDD) is known color: Medium Orchid. HEX triplet: BC, 6C and DD. RGB value is (188,108,221). Sum of RGB (Red+Green+Blue) = 188+108+221=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CDD is #439322. Grayscale: #909090. Windows color (decimal): -4428579 or 14511292. OLE color: 14511292.

HSL color Cylindrical-coordinate representation of color #BC6CDD: hue angle of 282.48º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6CDD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 108 221 -
CMYK 0.15 0.51 0 0.13
HSL 282.48º 0.62% 0.65% -
HSV(B) 282.48º 0.51% 0.87% -
XYZ 39.15 26.64 71.48 -
YUV 144.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 188 108 221 0.15 0.51 0 0.13 282.48 0.62 0.65
Hex BC 6C DD F 33 0 D 11A 3E 41
Octal 274 154 335 17 63 0 15 432 76 101
Binary 10111100 1101100 11011101 1111 110011 0 1101 100011010 111110 1000001

Color Harmonies of #BC6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CDD

Black with #BC6CDD

Text Example


Text Example

White with #BC6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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