Html Css Color HEX #BC5CDD Medium Orchid

📋 copy color: '#BC5CDD'

red 188 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #BC5CDD

Tints of Medium Orchid #BC5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

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

R = 37.52%
G = 18.36%
B = 44.11%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC5CDD (or 0xBC5CDD) is known color: Medium Orchid. HEX triplet: BC, 5C and DD. RGB value is (188,92,221). Sum of RGB (Red+Green+Blue) = 188+92+221=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CDD is #43A322. Grayscale: #868686. Windows color (decimal): -4432675 or 14507196. OLE color: 14507196.

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

Color convert

RGB 188 92 221 -
CMYK 0.15 0.58 0 0.13
HSL 284.65º 0.65% 0.61% -
HSV(B) 284.65º 0.58% 0.87% -
XYZ 37.62 23.57 70.97 -
YUV 135.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 188 92 221 0.15 0.58 0 0.13 284.65 0.65 0.61
Hex BC 5C DD F 3A 0 D 11D 41 3D
Octal 274 134 335 17 72 0 15 435 101 75
Binary 10111100 1011100 11011101 1111 111010 0 1101 100011101 1000001 111101

Color Harmonies of #BC5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CDD

Black with #BC5CDD

Text Example


Text Example

White with #BC5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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