Html Css Color HEX #BC41DD Medium Orchid

📋 copy color: '#BC41DD'

red 188 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #BC41DD

Tints of Medium Orchid #BC41DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 39.66%
G = 13.71%
B = 46.62%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC41DD (or 0xBC41DD) is known color: Medium Orchid. HEX triplet: BC, 41 and DD. RGB value is (188,65,221). Sum of RGB (Red+Green+Blue) = 188+65+221=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41DD is #43BE22. Grayscale: #777777. Windows color (decimal): -4439587 or 14500284. OLE color: 14500284.

HSL color Cylindrical-coordinate representation of color #BC41DD: hue angle of 287.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC41DD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 65 221 -
CMYK 0.15 0.71 0 0.13
HSL 287.31º 0.7% 0.56% -
HSV(B) 287.31º 0.71% 0.87% -
XYZ 35.68 19.69 70.33 -
YUV 119.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 188 65 221 0.15 0.71 0 0.13 287.31 0.7 0.56
Hex BC 41 DD F 47 0 D 11F 46 38
Octal 274 101 335 17 107 0 15 437 106 70
Binary 10111100 1000001 11011101 1111 1000111 0 1101 100011111 1000110 111000

Color Harmonies of #BC41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41DD

Black with #BC41DD

Text Example


Text Example

White with #BC41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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