Html Css Color HEX #BC45DD Medium Orchid

📋 copy color: '#BC45DD'

red 188 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #BC45DD

Tints of Medium Orchid #BC45DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.44%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 39.33%
G = 14.44%
B = 46.23%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC45DD (or 0xBC45DD) is known color: Medium Orchid. HEX triplet: BC, 45 and DD. RGB value is (188,69,221). Sum of RGB (Red+Green+Blue) = 188+69+221=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DD is #43BA22. Grayscale: #797979. Windows color (decimal): -4438563 or 14501308. OLE color: 14501308.

HSL color Cylindrical-coordinate representation of color #BC45DD: hue angle of 286.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC45DD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 69 221 -
CMYK 0.15 0.69 0 0.13
HSL 286.97º 0.69% 0.57% -
HSV(B) 286.97º 0.69% 0.87% -
XYZ 35.92 20.17 70.41 -
YUV 121.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 188 69 221 0.15 0.69 0 0.13 286.97 0.69 0.57
Hex BC 45 DD F 45 0 D 11F 45 39
Octal 274 105 335 17 105 0 15 437 105 71
Binary 10111100 1000101 11011101 1111 1000101 0 1101 100011111 1000101 111001

Color Harmonies of #BC45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45DD

Black with #BC45DD

Text Example


Text Example

White with #BC45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45DD; }

 p { color: rgb(188,69,221); }

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

background-color css

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

 a { background-color: rgb(188,69,221); }

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

border-color css

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

 span { border-color: rgb(188,69,221); }

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