Html Css Color HEX #BC48CE Medium Orchid

📋 copy color: '#BC48CE'

red 188 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #BC48CE

Tints of Medium Orchid #BC48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 40.34%
G = 15.45%
B = 44.21%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC48CE (or 0xBC48CE) is known color: Medium Orchid. HEX triplet: BC, 48 and CE. RGB value is (188,72,206). Sum of RGB (Red+Green+Blue) = 188+72+206=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48CE is #43B731. Grayscale: #797979. Windows color (decimal): -4437810 or 13519036. OLE color: 13519036.

HSL color Cylindrical-coordinate representation of color #BC48CE: hue angle of 291.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC48CE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 72 206 -
CMYK 0.09 0.65 0 0.19
HSL 291.94º 0.58% 0.55% -
HSV(B) 291.94º 0.65% 0.81% -
XYZ 34.2 19.78 60.41 -
YUV 121.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 188 72 206 0.09 0.65 0 0.19 291.94 0.58 0.55
Hex BC 48 CE 9 41 0 13 124 3A 37
Octal 274 110 316 11 101 0 23 444 72 67
Binary 10111100 1001000 11001110 1001 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BC48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48CE

Black with #BC48CE

Text Example


Text Example

White with #BC48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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