Html Css Color HEX #BF71CF Medium Orchid

📋 copy color: '#BF71CF'

red 191 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #BF71CF

Tints of Medium Orchid #BF71CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 37.38%
G = 22.11%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF71CF (or 0xBF71CF) is known color: Medium Orchid. HEX triplet: BF, 71 and CF. RGB value is (191,113,207). Sum of RGB (Red+Green+Blue) = 191+113+207=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CF is #408E30. Grayscale: #929292. Windows color (decimal): -4230705 or 13595071. OLE color: 13595071.

HSL color Cylindrical-coordinate representation of color #BF71CF: hue angle of 289.79º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF71CF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 113 207 -
CMYK 0.08 0.45 0 0.19
HSL 289.79º 0.49% 0.63% -
HSV(B) 289.79º 0.45% 0.81% -
XYZ 38.65 27.39 62.28 -
YUV 147.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 191 113 207 0.08 0.45 0 0.19 289.79 0.49 0.63
Hex BF 71 CF 8 2D 0 13 122 31 3F
Octal 277 161 317 10 55 0 23 442 61 77
Binary 10111111 1110001 11001111 1000 101101 0 10011 100100010 110001 111111

Color Harmonies of #BF71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71CF

Black with #BF71CF

Text Example


Text Example

White with #BF71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71CF; }

 p { color: rgb(191,113,207); }

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

background-color css

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

 a { background-color: rgb(191,113,207); }

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

border-color css

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

 span { border-color: rgb(191,113,207); }

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