Html Css Color HEX #BC45CE Medium Orchid

📋 copy color: '#BC45CE'

red 188 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #BC45CE

Tints of Medium Orchid #BC45CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 40.6%
G = 14.9%
B = 44.49%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC45CE (or 0xBC45CE) is known color: Medium Orchid. HEX triplet: BC, 45 and CE. RGB value is (188,69,206). Sum of RGB (Red+Green+Blue) = 188+69+206=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CE is #43BA31. Grayscale: #777777. Windows color (decimal): -4438578 or 13518268. OLE color: 13518268.

HSL color Cylindrical-coordinate representation of color #BC45CE: hue angle of 292.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC45CE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 69 206 -
CMYK 0.09 0.67 0 0.19
HSL 292.12º 0.58% 0.54% -
HSV(B) 292.12º 0.67% 0.81% -
XYZ 34.01 19.4 60.35 -
YUV 120.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 188 69 206 0.09 0.67 0 0.19 292.12 0.58 0.54
Hex BC 45 CE 9 43 0 13 124 3A 36
Octal 274 105 316 11 103 0 23 444 72 66
Binary 10111100 1000101 11001110 1001 1000011 0 10011 100100100 111010 110110

Color Harmonies of #BC45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45CE

Black with #BC45CE

Text Example


Text Example

White with #BC45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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