Html Css Color HEX #BC76CB Medium Orchid

📋 copy color: '#BC76CB'

red 188 ◦ green 118 ◦ blue 203

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

Shades of Medium Orchid #BC76CB

Tints of Medium Orchid #BC76CB

RGB

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

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

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

R = 36.94%
G = 23.18%
B = 39.88%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC76CB (or 0xBC76CB) is known color: Medium Orchid. HEX triplet: BC, 76 and CB. RGB value is (188,118,203). Sum of RGB (Red+Green+Blue) = 188+118+203=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CB is #438934. Grayscale: #949494. Windows color (decimal): -4426037 or 13334204. OLE color: 13334204.

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

Color convert

RGB 188 118 203 -
CMYK 0.07 0.42 0 0.20
HSL 289.41º 0.45% 0.63% -
HSV(B) 289.41º 0.42% 0.8% -
XYZ 38 27.96 59.89 -
YUV 148.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 188 118 203 0.07 0.42 0 0.20 289.41 0.45 0.63
Hex BC 76 CB 7 2A 0 14 121 2D 3F
Octal 274 166 313 7 52 0 24 441 55 77
Binary 10111100 1110110 11001011 111 101010 0 10100 100100001 101101 111111

Color Harmonies of #BC76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76CB

Black with #BC76CB

Text Example


Text Example

White with #BC76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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