Html Css Color HEX #BF76DF Medium Orchid

📋 copy color: '#BF76DF'

red 191 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #BF76DF

Tints of Medium Orchid #BF76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 35.9%
G = 22.18%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF76DF (or 0xBF76DF) is known color: Medium Orchid. HEX triplet: BF, 76 and DF. RGB value is (191,118,223). Sum of RGB (Red+Green+Blue) = 191+118+223=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DF is #408920. Grayscale: #979797. Windows color (decimal): -4229409 or 14644927. OLE color: 14644927.

HSL color Cylindrical-coordinate representation of color #BF76DF: hue angle of 281.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF76DF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 118 223 -
CMYK 0.14 0.47 0 0.13
HSL 281.71º 0.62% 0.67% -
HSV(B) 281.71º 0.47% 0.87% -
XYZ 41.28 29.36 73.3 -
YUV 151.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 191 118 223 0.14 0.47 0 0.13 281.71 0.62 0.67
Hex BF 76 DF E 2F 0 D 11A 3E 43
Octal 277 166 337 16 57 0 15 432 76 103
Binary 10111111 1110110 11011111 1110 101111 0 1101 100011010 111110 1000011

Color Harmonies of #BF76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76DF

Black with #BF76DF

Text Example


Text Example

White with #BF76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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