Html Css Color HEX #BC76C9 Medium Orchid

📋 copy color: '#BC76C9'

red 188 ◦ green 118 ◦ blue 201

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

Shades of Medium Orchid #BC76C9

Tints of Medium Orchid #BC76C9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 37.08%
G = 23.27%
B = 39.64%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC76C9 (or 0xBC76C9) is known color: Medium Orchid. HEX triplet: BC, 76 and C9. RGB value is (188,118,201). Sum of RGB (Red+Green+Blue) = 188+118+201=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C9 is #438936. Grayscale: #949494. Windows color (decimal): -4426039 or 13203132. OLE color: 13203132.

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

Color convert

RGB 188 118 201 -
CMYK 0.06 0.41 0 0.21
HSL 290.6º 0.43% 0.63% -
HSV(B) 290.6º 0.41% 0.79% -
XYZ 37.76 27.87 58.65 -
YUV 148.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 188 118 201 0.06 0.41 0 0.21 290.6 0.43 0.63
Hex BC 76 C9 6 29 0 15 123 2B 3F
Octal 274 166 311 6 51 0 25 443 53 77
Binary 10111100 1110110 11001001 110 101001 0 10101 100100011 101011 111111

Color Harmonies of #BC76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76C9

Black with #BC76C9

Text Example


Text Example

White with #BC76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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