Html Css Color HEX #BC45CC Medium Orchid

📋 copy color: '#BC45CC'

red 188 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #BC45CC

Tints of Medium Orchid #BC45CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 40.78%
G = 14.97%
B = 44.25%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC45CC (or 0xBC45CC) is known color: Medium Orchid. HEX triplet: BC, 45 and CC. RGB value is (188,69,204). Sum of RGB (Red+Green+Blue) = 188+69+204=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CC is #43BA33. Grayscale: #777777. Windows color (decimal): -4438580 or 13387196. OLE color: 13387196.

HSL color Cylindrical-coordinate representation of color #BC45CC: hue angle of 292.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC45CC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 69 204 -
CMYK 0.08 0.66 0 0.2
HSL 292.89º 0.57% 0.54% -
HSV(B) 292.89º 0.66% 0.8% -
XYZ 33.77 19.31 59.07 -
YUV 119.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 188 69 204 0.08 0.66 0 0.2 292.89 0.57 0.54
Hex BC 45 CC 8 42 0 14 125 39 36
Octal 274 105 314 10 102 0 24 445 71 66
Binary 10111100 1000101 11001100 1000 1000010 0 10100 100100101 111001 110110

Color Harmonies of #BC45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45CC

Black with #BC45CC

Text Example


Text Example

White with #BC45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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