Html Css Color HEX #BC46CC Medium Orchid

📋 copy color: '#BC46CC'

red 188 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #BC46CC

Tints of Medium Orchid #BC46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

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

R = 40.69%
G = 15.15%
B = 44.16%

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

#BC46CC (or 0xBC46CC) is known color: Medium Orchid. HEX triplet: BC, 46 and CC. RGB value is (188,70,204). Sum of RGB (Red+Green+Blue) = 188+70+204=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46CC is #43B933. Grayscale: #787878. Windows color (decimal): -4438324 or 13387452. OLE color: 13387452.

HSL color Cylindrical-coordinate representation of color #BC46CC: hue angle of 292.84º 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 #BC46CC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 70 204 -
CMYK 0.08 0.66 0 0.2
HSL 292.84º 0.57% 0.54% -
HSV(B) 292.84º 0.66% 0.8% -
XYZ 33.83 19.43 59.09 -
YUV 120.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 188 70 204 0.08 0.66 0 0.2 292.84 0.57 0.54
Hex BC 46 CC 8 42 0 14 125 39 36
Octal 274 106 314 10 102 0 24 445 71 66
Binary 10111100 1000110 11001100 1000 1000010 0 10100 100100101 111001 110110

Color Harmonies of #BC46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46CC

Black with #BC46CC

Text Example


Text Example

White with #BC46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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