Html Css Color HEX #BC48CC Medium Orchid

📋 copy color: '#BC48CC'

red 188 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #BC48CC

Tints of Medium Orchid #BC48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 40.52%
G = 15.52%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC48CC (or 0xBC48CC) is known color: Medium Orchid. HEX triplet: BC, 48 and CC. RGB value is (188,72,204). Sum of RGB (Red+Green+Blue) = 188+72+204=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48CC is #43B733. Grayscale: #797979. Windows color (decimal): -4437812 or 13387964. OLE color: 13387964.

HSL color Cylindrical-coordinate representation of color #BC48CC: hue angle of 292.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC48CC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 72 204 -
CMYK 0.08 0.65 0 0.2
HSL 292.73º 0.56% 0.54% -
HSV(B) 292.73º 0.65% 0.8% -
XYZ 33.96 19.69 59.14 -
YUV 121.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 188 72 204 0.08 0.65 0 0.2 292.73 0.56 0.54
Hex BC 48 CC 8 41 0 14 125 38 36
Octal 274 110 314 10 101 0 24 445 70 66
Binary 10111100 1001000 11001100 1000 1000001 0 10100 100100101 111000 110110

Color Harmonies of #BC48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48CC

Black with #BC48CC

Text Example


Text Example

White with #BC48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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