Html Css Color HEX #BF77DD Medium Orchid

📋 copy color: '#BF77DD'

red 191 ◦ green 119 ◦ blue 221

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

Shades of Medium Orchid #BF77DD

Tints of Medium Orchid #BF77DD

RGB

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

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

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

R = 35.97%
G = 22.41%
B = 41.62%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF77DD (or 0xBF77DD) is known color: Medium Orchid. HEX triplet: BF, 77 and DD. RGB value is (191,119,221). Sum of RGB (Red+Green+Blue) = 191+119+221=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DD is #408822. Grayscale: #979797. Windows color (decimal): -4229155 or 14514111. OLE color: 14514111.

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

Color convert

RGB 191 119 221 -
CMYK 0.14 0.46 0 0.13
HSL 282.35º 0.6% 0.67% -
HSV(B) 282.35º 0.46% 0.87% -
XYZ 41.13 29.49 71.93 -
YUV 152.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 191 119 221 0.14 0.46 0 0.13 282.35 0.6 0.67
Hex BF 77 DD E 2E 0 D 11A 3C 43
Octal 277 167 335 16 56 0 15 432 74 103
Binary 10111111 1110111 11011101 1110 101110 0 1101 100011010 111100 1000011

Color Harmonies of #BF77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77DD

Black with #BF77DD

Text Example


Text Example

White with #BF77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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