Html Css Color HEX #BC3DDD Medium Orchid

📋 copy color: '#BC3DDD'

red 188 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #BC3DDD

Tints of Medium Orchid #BC3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.98%

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

R = 40%
G = 12.98%
B = 47.02%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC3DDD (or 0xBC3DDD) is known color: Medium Orchid. HEX triplet: BC, 3D and DD. RGB value is (188,61,221). Sum of RGB (Red+Green+Blue) = 188+61+221=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DDD is #43C222. Grayscale: #747474. Windows color (decimal): -4440611 or 14499260. OLE color: 14499260.

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

Color convert

RGB 188 61 221 -
CMYK 0.15 0.72 0 0.13
HSL 287.63º 0.7% 0.55% -
HSV(B) 287.63º 0.72% 0.87% -
XYZ 35.46 19.25 70.25 -
YUV 117.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 188 61 221 0.15 0.72 0 0.13 287.63 0.7 0.55
Hex BC 3D DD F 48 0 D 120 46 37
Octal 274 75 335 17 110 0 15 440 106 67
Binary 10111100 111101 11011101 1111 1001000 0 1101 100100000 1000110 110111

Color Harmonies of #BC3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DDD

Black with #BC3DDD

Text Example


Text Example

White with #BC3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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