Html Css Color HEX #BC4CCC Medium Orchid

📋 copy color: '#BC4CCC'

red 188 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #BC4CCC

Tints of Medium Orchid #BC4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 40.17%
G = 16.24%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC4CCC (or 0xBC4CCC) is known color: Medium Orchid. HEX triplet: BC, 4C and CC. RGB value is (188,76,204). Sum of RGB (Red+Green+Blue) = 188+76+204=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCC is #43B333. Grayscale: #7B7B7B. Windows color (decimal): -4436788 or 13388988. OLE color: 13388988.

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

Color convert

RGB 188 76 204 -
CMYK 0.08 0.63 0 0.2
HSL 292.5º 0.56% 0.55% -
HSV(B) 292.5º 0.63% 0.8% -
XYZ 34.22 20.22 59.23 -
YUV 124.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 188 76 204 0.08 0.63 0 0.2 292.5 0.56 0.55
Hex BC 4C CC 8 3F 0 14 124 38 37
Octal 274 114 314 10 77 0 24 444 70 67
Binary 10111100 1001100 11001100 1000 111111 0 10100 100100100 111000 110111

Color Harmonies of #BC4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CCC

Black with #BC4CCC

Text Example


Text Example

White with #BC4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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