Html Css Color HEX #BC48D7 Medium Orchid

📋 copy color: '#BC48D7'

red 188 ◦ green 72 ◦ blue 215

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

Shades of Medium Orchid #BC48D7

Tints of Medium Orchid #BC48D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 39.58%
G = 15.16%
B = 45.26%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC48D7 (or 0xBC48D7) is known color: Medium Orchid. HEX triplet: BC, 48 and D7. RGB value is (188,72,215). Sum of RGB (Red+Green+Blue) = 188+72+215=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC48D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D7 is #43B728. Grayscale: #7A7A7A. Windows color (decimal): -4437801 or 14108860. OLE color: 14108860.

HSL color Cylindrical-coordinate representation of color #BC48D7: hue angle of 288.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC48D7 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 72 215 -
CMYK 0.13 0.67 0 0.16
HSL 288.67º 0.64% 0.56% -
HSV(B) 288.67º 0.67% 0.84% -
XYZ 35.32 20.23 66.33 -
YUV 122.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 188 72 215 0.13 0.67 0 0.16 288.67 0.64 0.56
Hex BC 48 D7 D 43 0 10 121 40 38
Octal 274 110 327 15 103 0 20 441 100 70
Binary 10111100 1001000 11010111 1101 1000011 0 10000 100100001 1000000 111000

Color Harmonies of #BC48D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48D7

Black with #BC48D7

Text Example


Text Example

White with #BC48D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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