Html Css Color HEX #BF71CB Medium Orchid

📋 copy color: '#BF71CB'

red 191 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #BF71CB

Tints of Medium Orchid #BF71CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 37.67%
G = 22.29%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF71CB (or 0xBF71CB) is known color: Medium Orchid. HEX triplet: BF, 71 and CB. RGB value is (191,113,203). Sum of RGB (Red+Green+Blue) = 191+113+203=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CB is #408E34. Grayscale: #929292. Windows color (decimal): -4230709 or 13332927. OLE color: 13332927.

HSL color Cylindrical-coordinate representation of color #BF71CB: hue angle of 292º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF71CB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 113 203 -
CMYK 0.06 0.44 0 0.20
HSL 292º 0.46% 0.62% -
HSV(B) 292º 0.44% 0.8% -
XYZ 38.17 27.2 59.74 -
YUV 146.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 191 113 203 0.06 0.44 0 0.20 292 0.46 0.62
Hex BF 71 CB 6 2C 0 14 124 2E 3E
Octal 277 161 313 6 54 0 24 444 56 76
Binary 10111111 1110001 11001011 110 101100 0 10100 100100100 101110 111110

Color Harmonies of #BF71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71CB

Black with #BF71CB

Text Example


Text Example

White with #BF71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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