Html Css Color HEX #BC5CCC Medium Orchid

📋 copy color: '#BC5CCC'

red 188 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #BC5CCC

Tints of Medium Orchid #BC5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

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

R = 38.84%
G = 19.01%
B = 42.15%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC5CCC (or 0xBC5CCC) is known color: Medium Orchid. HEX triplet: BC, 5C and CC. RGB value is (188,92,204). Sum of RGB (Red+Green+Blue) = 188+92+204=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CCC is #43A333. Grayscale: #858585. Windows color (decimal): -4432692 or 13393084. OLE color: 13393084.

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

Color convert

RGB 188 92 204 -
CMYK 0.08 0.55 0 0.2
HSL 291.43º 0.52% 0.58% -
HSV(B) 291.43º 0.55% 0.8% -
XYZ 35.47 22.71 59.64 -
YUV 133.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 188 92 204 0.08 0.55 0 0.2 291.43 0.52 0.58
Hex BC 5C CC 8 37 0 14 123 34 3A
Octal 274 134 314 10 67 0 24 443 64 72
Binary 10111100 1011100 11001100 1000 110111 0 10100 100100011 110100 111010

Color Harmonies of #BC5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CCC

Black with #BC5CCC

Text Example


Text Example

White with #BC5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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