Html Css Color HEX #BC40CC Medium Orchid

📋 copy color: '#BC40CC'

red 188 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #BC40CC

Tints of Medium Orchid #BC40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.04%

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

R = 41.23%
G = 14.04%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC40CC (or 0xBC40CC) is known color: Medium Orchid. HEX triplet: BC, 40 and CC. RGB value is (188,64,204). Sum of RGB (Red+Green+Blue) = 188+64+204=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40CC is #43BF33. Grayscale: #747474. Windows color (decimal): -4439860 or 13385916. OLE color: 13385916.

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

Color convert

RGB 188 64 204 -
CMYK 0.08 0.69 0 0.2
HSL 293.14º 0.58% 0.53% -
HSV(B) 293.14º 0.69% 0.8% -
XYZ 33.47 18.72 58.98 -
YUV 117.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 188 64 204 0.08 0.69 0 0.2 293.14 0.58 0.53
Hex BC 40 CC 8 45 0 14 125 3A 35
Octal 274 100 314 10 105 0 24 445 72 65
Binary 10111100 1000000 11001100 1000 1000101 0 10100 100100101 111010 110101

Color Harmonies of #BC40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40CC

Black with #BC40CC

Text Example


Text Example

White with #BC40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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