Html Css Color HEX #BC79D5 Medium Orchid

📋 copy color: '#BC79D5'

red 188 ◦ green 121 ◦ blue 213

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

Shades of Medium Orchid #BC79D5

Tints of Medium Orchid #BC79D5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.18%

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 36.02%
G = 23.18%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC79D5 (or 0xBC79D5) is known color: Medium Orchid. HEX triplet: BC, 79 and D5. RGB value is (188,121,213). Sum of RGB (Red+Green+Blue) = 188+121+213=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79D5 is #43862A. Grayscale: #979797. Windows color (decimal): -4425259 or 13990332. OLE color: 13990332.

HSL color Cylindrical-coordinate representation of color #BC79D5: hue angle of 283.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC79D5 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 121 213 -
CMYK 0.12 0.43 0 0.16
HSL 283.7º 0.52% 0.65% -
HSV(B) 283.7º 0.43% 0.84% -
XYZ 39.59 29.17 66.49 -
YUV 151.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 188 121 213 0.12 0.43 0 0.16 283.7 0.52 0.65
Hex BC 79 D5 C 2B 0 10 11C 34 41
Octal 274 171 325 14 53 0 20 434 64 101
Binary 10111100 1111001 11010101 1100 101011 0 10000 100011100 110100 1000001

Color Harmonies of #BC79D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79D5

Black with #BC79D5

Text Example


Text Example

White with #BC79D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79D5; }

 p { color: rgb(188,121,213); }

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

background-color css

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

 a { background-color: rgb(188,121,213); }

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

border-color css

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

 span { border-color: rgb(188,121,213); }

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