Html Css Color HEX #BC50CC Medium Orchid

📋 copy color: '#BC50CC'

red 188 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #BC50CC

Tints of Medium Orchid #BC50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 39.83%
G = 16.95%
B = 43.22%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC50CC (or 0xBC50CC) is known color: Medium Orchid. HEX triplet: BC, 50 and CC. RGB value is (188,80,204). Sum of RGB (Red+Green+Blue) = 188+80+204=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50CC is #43AF33. Grayscale: #7E7E7E. Windows color (decimal): -4435764 or 13390012. OLE color: 13390012.

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

Color convert

RGB 188 80 204 -
CMYK 0.08 0.61 0 0.2
HSL 292.26º 0.55% 0.56% -
HSV(B) 292.26º 0.61% 0.8% -
XYZ 34.51 20.79 59.32 -
YUV 126.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 188 80 204 0.08 0.61 0 0.2 292.26 0.55 0.56
Hex BC 50 CC 8 3D 0 14 124 37 38
Octal 274 120 314 10 75 0 24 444 67 70
Binary 10111100 1010000 11001100 1000 111101 0 10100 100100100 110111 111000

Color Harmonies of #BC50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50CC

Black with #BC50CC

Text Example


Text Example

White with #BC50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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