Html Css Color HEX #BF47DD Medium Orchid

📋 copy color: '#BF47DD'

red 191 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #BF47DD

Tints of Medium Orchid #BF47DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

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

R = 39.54%
G = 14.7%
B = 45.76%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF47DD (or 0xBF47DD) is known color: Medium Orchid. HEX triplet: BF, 47 and DD. RGB value is (191,71,221). Sum of RGB (Red+Green+Blue) = 191+71+221=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47DD is #40B822. Grayscale: #7B7B7B. Windows color (decimal): -4241443 or 14501823. OLE color: 14501823.

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

Color convert

RGB 191 71 221 -
CMYK 0.14 0.68 0 0.13
HSL 288º 0.69% 0.57% -
HSV(B) 288º 0.68% 0.87% -
XYZ 36.79 20.8 70.48 -
YUV 123.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 191 71 221 0.14 0.68 0 0.13 288 0.69 0.57
Hex BF 47 DD E 44 0 D 120 45 39
Octal 277 107 335 16 104 0 15 440 105 71
Binary 10111111 1000111 11011101 1110 1000100 0 1101 100100000 1000101 111001

Color Harmonies of #BF47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47DD

Black with #BF47DD

Text Example


Text Example

White with #BF47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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