Html Css Color HEX #BB79DD Medium Orchid

📋 copy color: '#BB79DD'

red 187 ◦ green 121 ◦ blue 221

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

Shades of Medium Orchid #BB79DD

Tints of Medium Orchid #BB79DD

RGB

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

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

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

R = 35.35%
G = 22.87%
B = 41.78%

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

#BB79DD (or 0xBB79DD) is known color: Medium Orchid. HEX triplet: BB, 79 and DD. RGB value is (187,121,221). Sum of RGB (Red+Green+Blue) = 187+121+221=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79DD is #448622. Grayscale: #979797. Windows color (decimal): -4490787 or 14514619. OLE color: 14514619.

HSL color Cylindrical-coordinate representation of color #BB79DD: hue angle of 279.6º 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 #BB79DD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 121 221 -
CMYK 0.15 0.45 0 0.13
HSL 279.6º 0.6% 0.67% -
HSV(B) 279.6º 0.45% 0.87% -
XYZ 40.38 29.46 71.96 -
YUV 152.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 187 121 221 0.15 0.45 0 0.13 279.6 0.6 0.67
Hex BB 79 DD F 2D 0 D 118 3C 43
Octal 273 171 335 17 55 0 15 430 74 103
Binary 10111011 1111001 11011101 1111 101101 0 1101 100011000 111100 1000011

Color Harmonies of #BB79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79DD

Black with #BB79DD

Text Example


Text Example

White with #BB79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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