Html Css Color HEX #BB79D8 Medium Orchid

📋 copy color: '#BB79D8'

red 187 ◦ green 121 ◦ blue 216

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

Shades of Medium Orchid #BB79D8

Tints of Medium Orchid #BB79D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 35.69%
G = 23.09%
B = 41.22%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB79D8 (or 0xBB79D8) is known color: Medium Orchid. HEX triplet: BB, 79 and D8. RGB value is (187,121,216). Sum of RGB (Red+Green+Blue) = 187+121+216=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79D8 is #448627. Grayscale: #979797. Windows color (decimal): -4490792 or 14186939. OLE color: 14186939.

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

Color convert

RGB 187 121 216 -
CMYK 0.13 0.44 0 0.15
HSL 281.68º 0.55% 0.66% -
HSV(B) 281.68º 0.44% 0.85% -
XYZ 39.73 29.2 68.51 -
YUV 151.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 187 121 216 0.13 0.44 0 0.15 281.68 0.55 0.66
Hex BB 79 D8 D 2C 0 F 11A 37 42
Octal 273 171 330 15 54 0 17 432 67 102
Binary 10111011 1111001 11011000 1101 101100 0 1111 100011010 110111 1000010

Color Harmonies of #BB79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79D8

Black with #BB79D8

Text Example


Text Example

White with #BB79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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