Html Css Color HEX #BB77DF Medium Orchid

📋 copy color: '#BB77DF'

red 187 ◦ green 119 ◦ blue 223

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

Shades of Medium Orchid #BB77DF

Tints of Medium Orchid #BB77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 35.35%
G = 22.5%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB77DF (or 0xBB77DF) is known color: Medium Orchid. HEX triplet: BB, 77 and DF. RGB value is (187,119,223). Sum of RGB (Red+Green+Blue) = 187+119+223=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DF is #448820. Grayscale: #969696. Windows color (decimal): -4491297 or 14645179. OLE color: 14645179.

HSL color Cylindrical-coordinate representation of color #BB77DF: hue angle of 279.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB77DF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 119 223 -
CMYK 0.16 0.47 0 0.13
HSL 279.23º 0.62% 0.67% -
HSV(B) 279.23º 0.47% 0.87% -
XYZ 40.41 29.09 73.3 -
YUV 151.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 187 119 223 0.16 0.47 0 0.13 279.23 0.62 0.67
Hex BB 77 DF 10 2F 0 D 117 3E 43
Octal 273 167 337 20 57 0 15 427 76 103
Binary 10111011 1110111 11011111 10000 101111 0 1101 100010111 111110 1000011

Color Harmonies of #BB77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77DF

Black with #BB77DF

Text Example


Text Example

White with #BB77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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