Html Css Color HEX #BC77DF Medium Orchid

📋 copy color: '#BC77DF'

red 188 ◦ green 119 ◦ blue 223

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

Shades of Medium Orchid #BC77DF

Tints of Medium Orchid #BC77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 35.47%
G = 22.45%
B = 42.08%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC77DF (or 0xBC77DF) is known color: Medium Orchid. HEX triplet: BC, 77 and DF. RGB value is (188,119,223). Sum of RGB (Red+Green+Blue) = 188+119+223=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DF is #438820. Grayscale: #979797. Windows color (decimal): -4425761 or 14645180. OLE color: 14645180.

HSL color Cylindrical-coordinate representation of color #BC77DF: hue angle of 279.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC77DF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 119 223 -
CMYK 0.16 0.47 0 0.13
HSL 279.81º 0.62% 0.67% -
HSV(B) 279.81º 0.47% 0.87% -
XYZ 40.66 29.21 73.31 -
YUV 151.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 188 119 223 0.16 0.47 0 0.13 279.81 0.62 0.67
Hex BC 77 DF 10 2F 0 D 118 3E 43
Octal 274 167 337 20 57 0 15 430 76 103
Binary 10111100 1110111 11011111 10000 101111 0 1101 100011000 111110 1000011

Color Harmonies of #BC77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77DF

Black with #BC77DF

Text Example


Text Example

White with #BC77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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