Html Css Color HEX #BF75D1 Medium Orchid

📋 copy color: '#BF75D1'

red 191 ◦ green 117 ◦ blue 209

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

Shades of Medium Orchid #BF75D1

Tints of Medium Orchid #BF75D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.63%

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

R = 36.94%
G = 22.63%
B = 40.43%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF75D1 (or 0xBF75D1) is known color: Medium Orchid. HEX triplet: BF, 75 and D1. RGB value is (191,117,209). Sum of RGB (Red+Green+Blue) = 191+117+209=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75D1 is #408A2E. Grayscale: #959595. Windows color (decimal): -4229679 or 13727167. OLE color: 13727167.

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

Color convert

RGB 191 117 209 -
CMYK 0.09 0.44 0 0.18
HSL 288.26º 0.5% 0.64% -
HSV(B) 288.26º 0.44% 0.82% -
XYZ 39.36 28.4 63.73 -
YUV 149.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 191 117 209 0.09 0.44 0 0.18 288.26 0.5 0.64
Hex BF 75 D1 9 2C 0 12 120 32 40
Octal 277 165 321 11 54 0 22 440 62 100
Binary 10111111 1110101 11010001 1001 101100 0 10010 100100000 110010 1000000

Color Harmonies of #BF75D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75D1

Black with #BF75D1

Text Example


Text Example

White with #BF75D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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