Html Css Color HEX #BC79DD Medium Orchid

📋 copy color: '#BC79DD'

red 188 ◦ green 121 ◦ blue 221

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

Shades of Medium Orchid #BC79DD

Tints of Medium Orchid #BC79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 35.47%
G = 22.83%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC79DD (or 0xBC79DD) is known color: Medium Orchid. HEX triplet: BC, 79 and DD. RGB value is (188,121,221). Sum of RGB (Red+Green+Blue) = 188+121+221=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DD is #438622. Grayscale: #989898. Windows color (decimal): -4425251 or 14514620. OLE color: 14514620.

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

Color convert

RGB 188 121 221 -
CMYK 0.15 0.45 0 0.13
HSL 280.2º 0.6% 0.67% -
HSV(B) 280.2º 0.45% 0.87% -
XYZ 40.63 29.59 71.98 -
YUV 152.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 188 121 221 0.15 0.45 0 0.13 280.2 0.6 0.67
Hex BC 79 DD F 2D 0 D 118 3C 43
Octal 274 171 335 17 55 0 15 430 74 103
Binary 10111100 1111001 11011101 1111 101101 0 1101 100011000 111100 1000011

Color Harmonies of #BC79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79DD

Black with #BC79DD

Text Example


Text Example

White with #BC79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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