Html Css Color HEX #BB77DC Medium Orchid

📋 copy color: '#BB77DC'

red 187 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #BB77DC

Tints of Medium Orchid #BB77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.62%

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

R = 35.55%
G = 22.62%
B = 41.83%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB77DC (or 0xBB77DC) is known color: Medium Orchid. HEX triplet: BB, 77 and DC. RGB value is (187,119,220). Sum of RGB (Red+Green+Blue) = 187+119+220=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DC is #448823. Grayscale: #969696. Windows color (decimal): -4491300 or 14448571. OLE color: 14448571.

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

Color convert

RGB 187 119 220 -
CMYK 0.15 0.46 0 0.14
HSL 280.4º 0.59% 0.66% -
HSV(B) 280.4º 0.46% 0.86% -
XYZ 40.01 28.93 71.18 -
YUV 150.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 187 119 220 0.15 0.46 0 0.14 280.4 0.59 0.66
Hex BB 77 DC F 2E 0 E 118 3B 42
Octal 273 167 334 17 56 0 16 430 73 102
Binary 10111011 1110111 11011100 1111 101110 0 1110 100011000 111011 1000010

Color Harmonies of #BB77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77DC

Black with #BB77DC

Text Example


Text Example

White with #BB77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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