Html Css Color HEX #BC48D1 Medium Orchid

📋 copy color: '#BC48D1'

red 188 ◦ green 72 ◦ blue 209

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

Shades of Medium Orchid #BC48D1

Tints of Medium Orchid #BC48D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.35%

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 40.09%
G = 15.35%
B = 44.56%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC48D1 (or 0xBC48D1) is known color: Medium Orchid. HEX triplet: BC, 48 and D1. RGB value is (188,72,209). Sum of RGB (Red+Green+Blue) = 188+72+209=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D1 is #43B72E. Grayscale: #797979. Windows color (decimal): -4437807 or 13715644. OLE color: 13715644.

HSL color Cylindrical-coordinate representation of color #BC48D1: hue angle of 290.8º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC48D1 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 72 209 -
CMYK 0.10 0.66 0 0.18
HSL 290.8º 0.6% 0.55% -
HSV(B) 290.8º 0.66% 0.82% -
XYZ 34.57 19.93 62.35 -
YUV 122.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 188 72 209 0.10 0.66 0 0.18 290.8 0.6 0.55
Hex BC 48 D1 A 42 0 12 123 3C 37
Octal 274 110 321 12 102 0 22 443 74 67
Binary 10111100 1001000 11010001 1010 1000010 0 10010 100100011 111100 110111

Color Harmonies of #BC48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48D1

Black with #BC48D1

Text Example


Text Example

White with #BC48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48D1; }

 p { color: rgb(188,72,209); }

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

background-color css

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

 a { background-color: rgb(188,72,209); }

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

border-color css

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

 span { border-color: rgb(188,72,209); }

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