Html Css Color HEX #BF51D1 Medium Orchid

📋 copy color: '#BF51D1'

red 191 ◦ green 81 ◦ blue 209

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

Shades of Medium Orchid #BF51D1

Tints of Medium Orchid #BF51D1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 39.71%
G = 16.84%
B = 43.45%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF51D1 (or 0xBF51D1) is known color: Medium Orchid. HEX triplet: BF, 51 and D1. RGB value is (191,81,209). Sum of RGB (Red+Green+Blue) = 191+81+209=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51D1 is #40AE2E. Grayscale: #808080. Windows color (decimal): -4238895 or 13717951. OLE color: 13717951.

HSL color Cylindrical-coordinate representation of color #BF51D1: hue angle of 291.56º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF51D1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 81 209 -
CMYK 0.09 0.61 0 0.18
HSL 291.56º 0.58% 0.57% -
HSV(B) 291.56º 0.61% 0.82% -
XYZ 35.94 21.56 62.59 -
YUV 128.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 191 81 209 0.09 0.61 0 0.18 291.56 0.58 0.57
Hex BF 51 D1 9 3D 0 12 124 3A 39
Octal 277 121 321 11 75 0 22 444 72 71
Binary 10111111 1010001 11010001 1001 111101 0 10010 100100100 111010 111001

Color Harmonies of #BF51D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51D1

Black with #BF51D1

Text Example


Text Example

White with #BF51D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51D1; }

 p { color: rgb(191,81,209); }

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

background-color css

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

 a { background-color: rgb(191,81,209); }

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

border-color css

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

 span { border-color: rgb(191,81,209); }

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