Html Css Color HEX #BC4CDD Medium Orchid

📋 copy color: '#BC4CDD'

red 188 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #BC4CDD

Tints of Medium Orchid #BC4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

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

R = 38.76%
G = 15.67%
B = 45.57%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4CDD (or 0xBC4CDD) is known color: Medium Orchid. HEX triplet: BC, 4C and DD. RGB value is (188,76,221). Sum of RGB (Red+Green+Blue) = 188+76+221=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CDD is #43B322. Grayscale: #7D7D7D. Windows color (decimal): -4436771 or 14503100. OLE color: 14503100.

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

Color convert

RGB 188 76 221 -
CMYK 0.15 0.66 0 0.13
HSL 286.34º 0.68% 0.58% -
HSV(B) 286.34º 0.66% 0.87% -
XYZ 36.37 21.08 70.56 -
YUV 126.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 188 76 221 0.15 0.66 0 0.13 286.34 0.68 0.58
Hex BC 4C DD F 42 0 D 11E 44 3A
Octal 274 114 335 17 102 0 15 436 104 72
Binary 10111100 1001100 11011101 1111 1000010 0 1101 100011110 1000100 111010

Color Harmonies of #BC4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CDD

Black with #BC4CDD

Text Example


Text Example

White with #BC4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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