Html Css Color HEX #BF56DC Medium Orchid

📋 copy color: '#BF56DC'

red 191 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #BF56DC

Tints of Medium Orchid #BF56DC

RGB

 RED value IS 191 (75% from 255) = 38.43%

 GREEN value IS 86 (33.98% from 255) = 17.3%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 38.43%
G = 17.3%
B = 44.27%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF56DC (or 0xBF56DC) is known color: Medium Orchid. HEX triplet: BF, 56 and DC. RGB value is (191,86,220). Sum of RGB (Red+Green+Blue) = 191+86+220=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56DC is #40A923. Grayscale: #848484. Windows color (decimal): -4237604 or 14440127. OLE color: 14440127.

HSL color Cylindrical-coordinate representation of color #BF56DC: hue angle of 287.01º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF56DC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 86 220 -
CMYK 0.13 0.61 0 0.14
HSL 287.01º 0.66% 0.6% -
HSV(B) 287.01º 0.61% 0.86% -
XYZ 37.73 22.9 70.14 -
YUV 132.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 191 86 220 0.13 0.61 0 0.14 287.01 0.66 0.6
Hex BF 56 DC D 3D 0 E 11F 42 3C
Octal 277 126 334 15 75 0 16 437 102 74
Binary 10111111 1010110 11011100 1101 111101 0 1110 100011111 1000010 111100

Color Harmonies of #BF56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56DC

Black with #BF56DC

Text Example


Text Example

White with #BF56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56DC; }

 p { color: rgb(191,86,220); }

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

background-color css

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

 a { background-color: rgb(191,86,220); }

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

border-color css

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

 span { border-color: rgb(191,86,220); }

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