Html Css Color HEX #BF76D7 Medium Orchid

📋 copy color: '#BF76D7'

red 191 ◦ green 118 ◦ blue 215

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

Shades of Medium Orchid #BF76D7

Tints of Medium Orchid #BF76D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.52%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 36.45%
G = 22.52%
B = 41.03%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF76D7 (or 0xBF76D7) is known color: Medium Orchid. HEX triplet: BF, 76 and D7. RGB value is (191,118,215). Sum of RGB (Red+Green+Blue) = 191+118+215=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D7 is #408928. Grayscale: #969696. Windows color (decimal): -4229417 or 14120639. OLE color: 14120639.

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

Color convert

RGB 191 118 215 -
CMYK 0.11 0.45 0 0.16
HSL 285.15º 0.55% 0.65% -
HSV(B) 285.15º 0.45% 0.84% -
XYZ 40.23 28.94 67.76 -
YUV 150.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 191 118 215 0.11 0.45 0 0.16 285.15 0.55 0.65
Hex BF 76 D7 B 2D 0 10 11D 37 41
Octal 277 166 327 13 55 0 20 435 67 101
Binary 10111111 1110110 11010111 1011 101101 0 10000 100011101 110111 1000001

Color Harmonies of #BF76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76D7

Black with #BF76D7

Text Example


Text Example

White with #BF76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76D7; }

 p { color: rgb(191,118,215); }

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

background-color css

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

 a { background-color: rgb(191,118,215); }

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

border-color css

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

 span { border-color: rgb(191,118,215); }

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