Html Css Color HEX #BF76DD Medium Orchid

📋 copy color: '#BF76DD'

red 191 ◦ green 118 ◦ blue 221

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

Shades of Medium Orchid #BF76DD

Tints of Medium Orchid #BF76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 36.04%
G = 22.26%
B = 41.7%

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

#BF76DD (or 0xBF76DD) is known color: Medium Orchid. HEX triplet: BF, 76 and DD. RGB value is (191,118,221). Sum of RGB (Red+Green+Blue) = 191+118+221=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DD is #408922. Grayscale: #979797. Windows color (decimal): -4229411 or 14513855. OLE color: 14513855.

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

Color convert

RGB 191 118 221 -
CMYK 0.14 0.47 0 0.13
HSL 282.52º 0.6% 0.66% -
HSV(B) 282.52º 0.47% 0.87% -
XYZ 41.02 29.25 71.89 -
YUV 151.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 191 118 221 0.14 0.47 0 0.13 282.52 0.6 0.66
Hex BF 76 DD E 2F 0 D 11B 3C 42
Octal 277 166 335 16 57 0 15 433 74 102
Binary 10111111 1110110 11011101 1110 101111 0 1101 100011011 111100 1000010

Color Harmonies of #BF76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76DD

Black with #BF76DD

Text Example


Text Example

White with #BF76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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