Html Css Color HEX #BC71CC Medium Orchid

📋 copy color: '#BC71CC'

red 188 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #BC71CC

Tints of Medium Orchid #BC71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 37.23%
G = 22.38%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC71CC (or 0xBC71CC) is known color: Medium Orchid. HEX triplet: BC, 71 and CC. RGB value is (188,113,204). Sum of RGB (Red+Green+Blue) = 188+113+204=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71CC is #438E33. Grayscale: #919191. Windows color (decimal): -4427316 or 13398460. OLE color: 13398460.

HSL color Cylindrical-coordinate representation of color #BC71CC: hue angle of 289.45º degrees, saturation: 0.47, 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 #BC71CC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 113 204 -
CMYK 0.08 0.45 0 0.2
HSL 289.45º 0.47% 0.62% -
HSV(B) 289.45º 0.45% 0.8% -
XYZ 37.54 26.86 60.33 -
YUV 145.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 188 113 204 0.08 0.45 0 0.2 289.45 0.47 0.62
Hex BC 71 CC 8 2D 0 14 121 2F 3E
Octal 274 161 314 10 55 0 24 441 57 76
Binary 10111100 1110001 11001100 1000 101101 0 10100 100100001 101111 111110

Color Harmonies of #BC71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71CC

Black with #BC71CC

Text Example


Text Example

White with #BC71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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