Html Css Color HEX #BC6DDD Medium Orchid

📋 copy color: '#BC6DDD'

red 188 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #BC6DDD

Tints of Medium Orchid #BC6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 36.29%
G = 21.04%
B = 42.66%

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

#BC6DDD (or 0xBC6DDD) is known color: Medium Orchid. HEX triplet: BC, 6D and DD. RGB value is (188,109,221). Sum of RGB (Red+Green+Blue) = 188+109+221=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DDD is #439222. Grayscale: #919191. Windows color (decimal): -4428323 or 14511548. OLE color: 14511548.

HSL color Cylindrical-coordinate representation of color #BC6DDD: hue angle of 282.32º 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 #BC6DDD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 109 221 -
CMYK 0.15 0.51 0 0.13
HSL 282.32º 0.62% 0.65% -
HSV(B) 282.32º 0.51% 0.87% -
XYZ 39.26 26.85 71.52 -
YUV 145.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 188 109 221 0.15 0.51 0 0.13 282.32 0.62 0.65
Hex BC 6D DD F 33 0 D 11A 3E 41
Octal 274 155 335 17 63 0 15 432 76 101
Binary 10111100 1101101 11011101 1111 110011 0 1101 100011010 111110 1000001

Color Harmonies of #BC6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DDD

Black with #BC6DDD

Text Example


Text Example

White with #BC6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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