Html Css Color HEX #BC39DD Medium Orchid

📋 copy color: '#BC39DD'

red 188 ◦ green 57 ◦ blue 221

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

Shades of Medium Orchid #BC39DD

Tints of Medium Orchid #BC39DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 40.34%
G = 12.23%
B = 47.42%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC39DD (or 0xBC39DD) is known color: Medium Orchid. HEX triplet: BC, 39 and DD. RGB value is (188,57,221). Sum of RGB (Red+Green+Blue) = 188+57+221=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39DD is #43C622. Grayscale: #727272. Windows color (decimal): -4441635 or 14498236. OLE color: 14498236.

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

Color convert

RGB 188 57 221 -
CMYK 0.15 0.74 0 0.13
HSL 287.93º 0.71% 0.55% -
HSV(B) 287.93º 0.74% 0.87% -
XYZ 35.25 18.84 70.18 -
YUV 114.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 188 57 221 0.15 0.74 0 0.13 287.93 0.71 0.55
Hex BC 39 DD F 4A 0 D 120 47 37
Octal 274 71 335 17 112 0 15 440 107 67
Binary 10111100 111001 11011101 1111 1001010 0 1101 100100000 1000111 110111

Color Harmonies of #BC39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39DD

Black with #BC39DD

Text Example


Text Example

White with #BC39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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