Html Css Color HEX #BC71CB Medium Orchid

📋 copy color: '#BC71CB'

red 188 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #BC71CB

Tints of Medium Orchid #BC71CB

RGB

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

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

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

R = 37.3%
G = 22.42%
B = 40.28%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC71CB (or 0xBC71CB) is known color: Medium Orchid. HEX triplet: BC, 71 and CB. RGB value is (188,113,203). Sum of RGB (Red+Green+Blue) = 188+113+203=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71CB is #438E34. Grayscale: #919191. Windows color (decimal): -4427317 or 13332924. OLE color: 13332924.

HSL color Cylindrical-coordinate representation of color #BC71CB: hue angle of 290º 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 #BC71CB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 113 203 -
CMYK 0.07 0.44 0 0.20
HSL 290º 0.46% 0.62% -
HSV(B) 290º 0.44% 0.8% -
XYZ 37.42 26.81 59.7 -
YUV 145.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 188 113 203 0.07 0.44 0 0.20 290 0.46 0.62
Hex BC 71 CB 7 2C 0 14 122 2E 3E
Octal 274 161 313 7 54 0 24 442 56 76
Binary 10111100 1110001 11001011 111 101100 0 10100 100100010 101110 111110

Color Harmonies of #BC71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71CB

Black with #BC71CB

Text Example


Text Example

White with #BC71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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