Html Css Color HEX #BF76DC Medium Orchid

📋 copy color: '#BF76DC'

red 191 ◦ green 118 ◦ blue 220

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

Shades of Medium Orchid #BF76DC

Tints of Medium Orchid #BF76DC

RGB

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

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

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

R = 36.11%
G = 22.31%
B = 41.59%

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

#BF76DC (or 0xBF76DC) is known color: Medium Orchid. HEX triplet: BF, 76 and DC. RGB value is (191,118,220). Sum of RGB (Red+Green+Blue) = 191+118+220=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DC is #408923. Grayscale: #979797. Windows color (decimal): -4229412 or 14448319. OLE color: 14448319.

HSL color Cylindrical-coordinate representation of color #BF76DC: hue angle of 282.94º 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 #BF76DC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 118 220 -
CMYK 0.13 0.46 0 0.14
HSL 282.94º 0.59% 0.66% -
HSV(B) 282.94º 0.46% 0.86% -
XYZ 40.88 29.2 71.19 -
YUV 151.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 191 118 220 0.13 0.46 0 0.14 282.94 0.59 0.66
Hex BF 76 DC D 2E 0 E 11B 3B 42
Octal 277 166 334 15 56 0 16 433 73 102
Binary 10111111 1110110 11011100 1101 101110 0 1110 100011011 111011 1000010

Color Harmonies of #BF76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76DC

Black with #BF76DC

Text Example


Text Example

White with #BF76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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