Html Css Color HEX #BC77CF Medium Orchid

📋 copy color: '#BC77CF'

red 188 ◦ green 119 ◦ blue 207

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

Shades of Medium Orchid #BC77CF

Tints of Medium Orchid #BC77CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 36.58%
G = 23.15%
B = 40.27%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC77CF (or 0xBC77CF) is known color: Medium Orchid. HEX triplet: BC, 77 and CF. RGB value is (188,119,207). Sum of RGB (Red+Green+Blue) = 188+119+207=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77CF is #438830. Grayscale: #959595. Windows color (decimal): -4425777 or 13596604. OLE color: 13596604.

HSL color Cylindrical-coordinate representation of color #BC77CF: hue angle of 287.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC77CF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 119 207 -
CMYK 0.09 0.43 0 0.19
HSL 287.05º 0.48% 0.64% -
HSV(B) 287.05º 0.43% 0.81% -
XYZ 38.6 28.39 62.48 -
YUV 149.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 188 119 207 0.09 0.43 0 0.19 287.05 0.48 0.64
Hex BC 77 CF 9 2B 0 13 11F 30 40
Octal 274 167 317 11 53 0 23 437 60 100
Binary 10111100 1110111 11001111 1001 101011 0 10011 100011111 110000 1000000

Color Harmonies of #BC77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77CF

Black with #BC77CF

Text Example


Text Example

White with #BC77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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