Html Css Color HEX #BC77CB Medium Orchid

📋 copy color: '#BC77CB'

red 188 ◦ green 119 ◦ blue 203

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

Shades of Medium Orchid #BC77CB

Tints of Medium Orchid #BC77CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

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

R = 36.86%
G = 23.33%
B = 39.8%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC77CB (or 0xBC77CB) is known color: Medium Orchid. HEX triplet: BC, 77 and CB. RGB value is (188,119,203). Sum of RGB (Red+Green+Blue) = 188+119+203=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77CB is #438834. Grayscale: #949494. Windows color (decimal): -4425781 or 13334460. OLE color: 13334460.

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

Color convert

RGB 188 119 203 -
CMYK 0.07 0.41 0 0.20
HSL 289.29º 0.45% 0.63% -
HSV(B) 289.29º 0.41% 0.8% -
XYZ 38.12 28.2 59.93 -
YUV 149.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 188 119 203 0.07 0.41 0 0.20 289.29 0.45 0.63
Hex BC 77 CB 7 29 0 14 121 2D 3F
Octal 274 167 313 7 51 0 24 441 55 77
Binary 10111100 1110111 11001011 111 101001 0 10100 100100001 101101 111111

Color Harmonies of #BC77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77CB

Black with #BC77CB

Text Example


Text Example

White with #BC77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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