Html Css Color HEX #BF77DC Medium Orchid

📋 copy color: '#BF77DC'

red 191 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #BF77DC

Tints of Medium Orchid #BF77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.45%

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

R = 36.04%
G = 22.45%
B = 41.51%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF77DC (or 0xBF77DC) is known color: Medium Orchid. HEX triplet: BF, 77 and DC. RGB value is (191,119,220). Sum of RGB (Red+Green+Blue) = 191+119+220=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DC is #408823. Grayscale: #979797. Windows color (decimal): -4229156 or 14448575. OLE color: 14448575.

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

Color convert

RGB 191 119 220 -
CMYK 0.13 0.46 0 0.14
HSL 282.77º 0.59% 0.66% -
HSV(B) 282.77º 0.46% 0.86% -
XYZ 41 29.44 71.23 -
YUV 152.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 191 119 220 0.13 0.46 0 0.14 282.77 0.59 0.66
Hex BF 77 DC D 2E 0 E 11B 3B 42
Octal 277 167 334 15 56 0 16 433 73 102
Binary 10111111 1110111 11011100 1101 101110 0 1110 100011011 111011 1000010

Color Harmonies of #BF77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77DC

Black with #BF77DC

Text Example


Text Example

White with #BF77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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