Html Css Color HEX #BF77D6 Medium Orchid

📋 copy color: '#BF77D6'

red 191 ◦ green 119 ◦ blue 214

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

Shades of Medium Orchid #BF77D6

Tints of Medium Orchid #BF77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 36.45%
G = 22.71%
B = 40.84%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF77D6 (or 0xBF77D6) is known color: Medium Orchid. HEX triplet: BF, 77 and D6. RGB value is (191,119,214). Sum of RGB (Red+Green+Blue) = 191+119+214=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77D6 is #408829. Grayscale: #979797. Windows color (decimal): -4229162 or 14055359. OLE color: 14055359.

HSL color Cylindrical-coordinate representation of color #BF77D6: hue angle of 285.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF77D6 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 119 214 -
CMYK 0.11 0.44 0 0.16
HSL 285.47º 0.54% 0.65% -
HSV(B) 285.47º 0.44% 0.84% -
XYZ 40.22 29.13 67.12 -
YUV 151.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 191 119 214 0.11 0.44 0 0.16 285.47 0.54 0.65
Hex BF 77 D6 B 2C 0 10 11D 36 41
Octal 277 167 326 13 54 0 20 435 66 101
Binary 10111111 1110111 11010110 1011 101100 0 10000 100011101 110110 1000001

Color Harmonies of #BF77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77D6

Black with #BF77D6

Text Example


Text Example

White with #BF77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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