Html Css Color HEX #BB79DC Medium Orchid

📋 copy color: '#BB79DC'

red 187 ◦ green 121 ◦ blue 220

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

Shades of Medium Orchid #BB79DC

Tints of Medium Orchid #BB79DC

RGB

 RED value IS 187 (73.44% from 255) = 35.42%

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 35.42%
G = 22.92%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB79DC (or 0xBB79DC) is known color: Medium Orchid. HEX triplet: BB, 79 and DC. RGB value is (187,121,220). Sum of RGB (Red+Green+Blue) = 187+121+220=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79DC is #448623. Grayscale: #979797. Windows color (decimal): -4490788 or 14449083. OLE color: 14449083.

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

Color convert

RGB 187 121 220 -
CMYK 0.15 0.45 0 0.14
HSL 280º 0.59% 0.67% -
HSV(B) 280º 0.45% 0.86% -
XYZ 40.25 29.41 71.26 -
YUV 152.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 187 121 220 0.15 0.45 0 0.14 280 0.59 0.67
Hex BB 79 DC F 2D 0 E 118 3B 43
Octal 273 171 334 17 55 0 16 430 73 103
Binary 10111011 1111001 11011100 1111 101101 0 1110 100011000 111011 1000011

Color Harmonies of #BB79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79DC

Black with #BB79DC

Text Example


Text Example

White with #BB79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79DC; }

 p { color: rgb(187,121,220); }

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

background-color css

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

 a { background-color: rgb(187,121,220); }

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

border-color css

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

 span { border-color: rgb(187,121,220); }

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