Html Css Color HEX #BF77D5 Medium Orchid

📋 copy color: '#BF77D5'

red 191 ◦ green 119 ◦ blue 213

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

Shades of Medium Orchid #BF77D5

Tints of Medium Orchid #BF77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 36.52%
G = 22.75%
B = 40.73%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF77D5 (or 0xBF77D5) is known color: Medium Orchid. HEX triplet: BF, 77 and D5. RGB value is (191,119,213). Sum of RGB (Red+Green+Blue) = 191+119+213=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77D5 is #40882A. Grayscale: #969696. Windows color (decimal): -4229163 or 13989823. OLE color: 13989823.

HSL color Cylindrical-coordinate representation of color #BF77D5: hue angle of 285.96º degrees, saturation: 0.53, 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 #BF77D5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 119 213 -
CMYK 0.10 0.44 0 0.16
HSL 285.96º 0.53% 0.65% -
HSV(B) 285.96º 0.44% 0.84% -
XYZ 40.09 29.07 66.45 -
YUV 151.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 191 119 213 0.10 0.44 0 0.16 285.96 0.53 0.65
Hex BF 77 D5 A 2C 0 10 11E 35 41
Octal 277 167 325 12 54 0 20 436 65 101
Binary 10111111 1110111 11010101 1010 101100 0 10000 100011110 110101 1000001

Color Harmonies of #BF77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77D5

Black with #BF77D5

Text Example


Text Example

White with #BF77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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