Html Css Color HEX #BC71C9 Medium Orchid

📋 copy color: '#BC71C9'

red 188 ◦ green 113 ◦ blue 201

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

Shades of Medium Orchid #BC71C9

Tints of Medium Orchid #BC71C9

RGB

 RED value IS 188 (73.83% from 255) = 37.45%

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 37.45%
G = 22.51%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC71C9 (or 0xBC71C9) is known color: Medium Orchid. HEX triplet: BC, 71 and C9. RGB value is (188,113,201). Sum of RGB (Red+Green+Blue) = 188+113+201=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C9 is #438E36. Grayscale: #919191. Windows color (decimal): -4427319 or 13201852. OLE color: 13201852.

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

Color convert

RGB 188 113 201 -
CMYK 0.06 0.44 0 0.21
HSL 291.14º 0.45% 0.62% -
HSV(B) 291.14º 0.44% 0.79% -
XYZ 37.19 26.72 58.46 -
YUV 145.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 188 113 201 0.06 0.44 0 0.21 291.14 0.45 0.62
Hex BC 71 C9 6 2C 0 15 123 2D 3E
Octal 274 161 311 6 54 0 25 443 55 76
Binary 10111100 1110001 11001001 110 101100 0 10101 100100011 101101 111110

Color Harmonies of #BC71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71C9

Black with #BC71C9

Text Example


Text Example

White with #BC71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71C9; }

 p { color: rgb(188,113,201); }

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

background-color css

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

 a { background-color: rgb(188,113,201); }

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

border-color css

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

 span { border-color: rgb(188,113,201); }

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