Html Css Color HEX #BC44D7 Medium Orchid

📋 copy color: '#BC44D7'

red 188 ◦ green 68 ◦ blue 215

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

Shades of Medium Orchid #BC44D7

Tints of Medium Orchid #BC44D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.44%

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

R = 39.92%
G = 14.44%
B = 45.65%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC44D7 (or 0xBC44D7) is known color: Medium Orchid. HEX triplet: BC, 44 and D7. RGB value is (188,68,215). Sum of RGB (Red+Green+Blue) = 188+68+215=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44D7 is #43BB28. Grayscale: #787878. Windows color (decimal): -4438825 or 14107836. OLE color: 14107836.

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

Color convert

RGB 188 68 215 -
CMYK 0.13 0.68 0 0.16
HSL 288.98º 0.65% 0.55% -
HSV(B) 288.98º 0.68% 0.84% -
XYZ 35.07 19.73 66.25 -
YUV 120.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 188 68 215 0.13 0.68 0 0.16 288.98 0.65 0.55
Hex BC 44 D7 D 44 0 10 121 41 37
Octal 274 104 327 15 104 0 20 441 101 67
Binary 10111100 1000100 11010111 1101 1000100 0 10000 100100001 1000001 110111

Color Harmonies of #BC44D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44D7

Black with #BC44D7

Text Example


Text Example

White with #BC44D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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