Html Css Color HEX #BC48DF Medium Orchid

📋 copy color: '#BC48DF'

red 188 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #BC48DF

Tints of Medium Orchid #BC48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 38.92%
G = 14.91%
B = 46.17%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC48DF (or 0xBC48DF) is known color: Medium Orchid. HEX triplet: BC, 48 and DF. RGB value is (188,72,223). Sum of RGB (Red+Green+Blue) = 188+72+223=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48DF is #43B720. Grayscale: #7B7B7B. Windows color (decimal): -4437793 or 14633148. OLE color: 14633148.

HSL color Cylindrical-coordinate representation of color #BC48DF: hue angle of 286.09º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC48DF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 72 223 -
CMYK 0.16 0.68 0 0.13
HSL 286.09º 0.7% 0.58% -
HSV(B) 286.09º 0.68% 0.87% -
XYZ 36.38 20.65 71.88 -
YUV 123.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 188 72 223 0.16 0.68 0 0.13 286.09 0.7 0.58
Hex BC 48 DF 10 44 0 D 11E 46 3A
Octal 274 110 337 20 104 0 15 436 106 72
Binary 10111100 1001000 11011111 10000 1000100 0 1101 100011110 1000110 111010

Color Harmonies of #BC48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48DF

Black with #BC48DF

Text Example


Text Example

White with #BC48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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