Html Css Color HEX #BF71CE Medium Orchid

📋 copy color: '#BF71CE'

red 191 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #BF71CE

Tints of Medium Orchid #BF71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 37.45%
G = 22.16%
B = 40.39%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF71CE (or 0xBF71CE) is known color: Medium Orchid. HEX triplet: BF, 71 and CE. RGB value is (191,113,206). Sum of RGB (Red+Green+Blue) = 191+113+206=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CE is #408E31. Grayscale: #929292. Windows color (decimal): -4230706 or 13529535. OLE color: 13529535.

HSL color Cylindrical-coordinate representation of color #BF71CE: hue angle of 290.32º 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 #BF71CE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 113 206 -
CMYK 0.07 0.45 0 0.19
HSL 290.32º 0.49% 0.63% -
HSV(B) 290.32º 0.45% 0.81% -
XYZ 38.53 27.34 61.64 -
YUV 146.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 191 113 206 0.07 0.45 0 0.19 290.32 0.49 0.63
Hex BF 71 CE 7 2D 0 13 122 31 3F
Octal 277 161 316 7 55 0 23 442 61 77
Binary 10111111 1110001 11001110 111 101101 0 10011 100100010 110001 111111

Color Harmonies of #BF71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71CE

Black with #BF71CE

Text Example


Text Example

White with #BF71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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