Html Css Color HEX #BC71DA Medium Orchid

📋 copy color: '#BC71DA'

red 188 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #BC71DA

Tints of Medium Orchid #BC71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 36.22%
G = 21.77%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC71DA (or 0xBC71DA) is known color: Medium Orchid. HEX triplet: BC, 71 and DA. RGB value is (188,113,218). Sum of RGB (Red+Green+Blue) = 188+113+218=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DA is #438E25. Grayscale: #939393. Windows color (decimal): -4427302 or 14315964. OLE color: 14315964.

HSL color Cylindrical-coordinate representation of color #BC71DA: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC71DA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 113 218 -
CMYK 0.14 0.48 0 0.15
HSL 282.86º 0.59% 0.65% -
HSV(B) 282.86º 0.48% 0.85% -
XYZ 39.3 27.56 69.58 -
YUV 147.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 188 113 218 0.14 0.48 0 0.15 282.86 0.59 0.65
Hex BC 71 DA E 30 0 F 11B 3B 41
Octal 274 161 332 16 60 0 17 433 73 101
Binary 10111100 1110001 11011010 1110 110000 0 1111 100011011 111011 1000001

Color Harmonies of #BC71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71DA

Black with #BC71DA

Text Example


Text Example

White with #BC71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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