Html Css Color HEX #BB77D0 Medium Orchid

📋 copy color: '#BB77D0'

red 187 ◦ green 119 ◦ blue 208

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

Shades of Medium Orchid #BB77D0

Tints of Medium Orchid #BB77D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 36.38%
G = 23.15%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB77D0 (or 0xBB77D0) is known color: Medium Orchid. HEX triplet: BB, 77 and D0. RGB value is (187,119,208). Sum of RGB (Red+Green+Blue) = 187+119+208=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77D0 is #44882F. Grayscale: #959595. Windows color (decimal): -4491312 or 13662139. OLE color: 13662139.

HSL color Cylindrical-coordinate representation of color #BB77D0: hue angle of 285.84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB77D0 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 119 208 -
CMYK 0.10 0.43 0 0.18
HSL 285.84º 0.49% 0.64% -
HSV(B) 285.84º 0.43% 0.82% -
XYZ 38.48 28.31 63.11 -
YUV 149.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 187 119 208 0.10 0.43 0 0.18 285.84 0.49 0.64
Hex BB 77 D0 A 2B 0 12 11E 31 40
Octal 273 167 320 12 53 0 22 436 61 100
Binary 10111011 1110111 11010000 1010 101011 0 10010 100011110 110001 1000000

Color Harmonies of #BB77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77D0

Black with #BB77D0

Text Example


Text Example

White with #BB77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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