Html Css Color HEX #BC71CD Medium Orchid

📋 copy color: '#BC71CD'

red 188 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #BC71CD

Tints of Medium Orchid #BC71CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 37.15%
G = 22.33%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC71CD (or 0xBC71CD) is known color: Medium Orchid. HEX triplet: BC, 71 and CD. RGB value is (188,113,205). Sum of RGB (Red+Green+Blue) = 188+113+205=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71CD is #438E32. Grayscale: #919191. Windows color (decimal): -4427315 or 13463996. OLE color: 13463996.

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

Color convert

RGB 188 113 205 -
CMYK 0.08 0.45 0 0.20
HSL 288.91º 0.48% 0.62% -
HSV(B) 288.91º 0.45% 0.8% -
XYZ 37.66 26.91 60.97 -
YUV 145.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 188 113 205 0.08 0.45 0 0.20 288.91 0.48 0.62
Hex BC 71 CD 8 2D 0 14 121 30 3E
Octal 274 161 315 10 55 0 24 441 60 76
Binary 10111100 1110001 11001101 1000 101101 0 10100 100100001 110000 111110

Color Harmonies of #BC71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71CD

Black with #BC71CD

Text Example


Text Example

White with #BC71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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