Html Css Color HEX #BC3ACC Medium Orchid

📋 copy color: '#BC3ACC'

red 188 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #BC3ACC

Tints of Medium Orchid #BC3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

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

R = 41.78%
G = 12.89%
B = 45.33%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC3ACC (or 0xBC3ACC) is known color: Medium Orchid. HEX triplet: BC, 3A and CC. RGB value is (188,58,204). Sum of RGB (Red+Green+Blue) = 188+58+204=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ACC is #43C533. Grayscale: #717171. Windows color (decimal): -4441396 or 13384380. OLE color: 13384380.

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

Color convert

RGB 188 58 204 -
CMYK 0.08 0.72 0 0.2
HSL 293.42º 0.59% 0.51% -
HSV(B) 293.42º 0.72% 0.8% -
XYZ 33.15 18.08 58.87 -
YUV 113.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 188 58 204 0.08 0.72 0 0.2 293.42 0.59 0.51
Hex BC 3A CC 8 48 0 14 125 3B 33
Octal 274 72 314 10 110 0 24 445 73 63
Binary 10111100 111010 11001100 1000 1001000 0 10100 100100101 111011 110011

Color Harmonies of #BC3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ACC

Black with #BC3ACC

Text Example


Text Example

White with #BC3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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