Html Css Color HEX #BC41DA Medium Orchid

📋 copy color: '#BC41DA'

red 188 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #BC41DA

Tints of Medium Orchid #BC41DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 39.92%
G = 13.8%
B = 46.28%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC41DA (or 0xBC41DA) is known color: Medium Orchid. HEX triplet: BC, 41 and DA. RGB value is (188,65,218). Sum of RGB (Red+Green+Blue) = 188+65+218=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41DA is #43BE25. Grayscale: #767676. Windows color (decimal): -4439590 or 14303676. OLE color: 14303676.

HSL color Cylindrical-coordinate representation of color #BC41DA: hue angle of 288.24º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC41DA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 65 218 -
CMYK 0.14 0.70 0 0.15
HSL 288.24º 0.67% 0.55% -
HSV(B) 288.24º 0.7% 0.85% -
XYZ 35.28 19.53 68.24 -
YUV 119.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 188 65 218 0.14 0.70 0 0.15 288.24 0.67 0.55
Hex BC 41 DA E 46 0 F 120 43 37
Octal 274 101 332 16 106 0 17 440 103 67
Binary 10111100 1000001 11011010 1110 1000110 0 1111 100100000 1000011 110111

Color Harmonies of #BC41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41DA

Black with #BC41DA

Text Example


Text Example

White with #BC41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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