Html Css Color HEX #BC77DA Medium Orchid

📋 copy color: '#BC77DA'

red 188 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #BC77DA

Tints of Medium Orchid #BC77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 35.81%
G = 22.67%
B = 41.52%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC77DA (or 0xBC77DA) is known color: Medium Orchid. HEX triplet: BC, 77 and DA. RGB value is (188,119,218). Sum of RGB (Red+Green+Blue) = 188+119+218=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DA is #438825. Grayscale: #969696. Windows color (decimal): -4425766 or 14317500. OLE color: 14317500.

HSL color Cylindrical-coordinate representation of color #BC77DA: hue angle of 281.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC77DA is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 119 218 -
CMYK 0.14 0.45 0 0.15
HSL 281.82º 0.57% 0.66% -
HSV(B) 281.82º 0.45% 0.85% -
XYZ 39.99 28.95 69.81 -
YUV 150.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 188 119 218 0.14 0.45 0 0.15 281.82 0.57 0.66
Hex BC 77 DA E 2D 0 F 11A 39 42
Octal 274 167 332 16 55 0 17 432 71 102
Binary 10111100 1110111 11011010 1110 101101 0 1111 100011010 111001 1000010

Color Harmonies of #BC77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77DA

Black with #BC77DA

Text Example


Text Example

White with #BC77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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