Html Css Color HEX #BC41CD Medium Orchid

📋 copy color: '#BC41CD'

red 188 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #BC41CD

Tints of Medium Orchid #BC41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.19%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 41.05%
G = 14.19%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC41CD (or 0xBC41CD) is known color: Medium Orchid. HEX triplet: BC, 41 and CD. RGB value is (188,65,205). Sum of RGB (Red+Green+Blue) = 188+65+205=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC41CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CD is #43BE32. Grayscale: #757575. Windows color (decimal): -4439603 or 13451708. OLE color: 13451708.

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

Color convert

RGB 188 65 205 -
CMYK 0.08 0.68 0 0.20
HSL 292.71º 0.58% 0.53% -
HSV(B) 292.71º 0.68% 0.8% -
XYZ 33.65 18.88 59.63 -
YUV 117.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 188 65 205 0.08 0.68 0 0.20 292.71 0.58 0.53
Hex BC 41 CD 8 44 0 14 125 3A 35
Octal 274 101 315 10 104 0 24 445 72 65
Binary 10111100 1000001 11001101 1000 1000100 0 10100 100100101 111010 110101

Color Harmonies of #BC41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41CD

Black with #BC41CD

Text Example


Text Example

White with #BC41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41CD; }

 p { color: rgb(188,65,205); }

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

background-color css

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

 a { background-color: rgb(188,65,205); }

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

border-color css

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

 span { border-color: rgb(188,65,205); }

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