Html Css Color HEX #BB7ADB Medium Orchid

📋 copy color: '#BB7ADB'

red 187 ◦ green 122 ◦ blue 219

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

Shades of Medium Orchid #BB7ADB

Tints of Medium Orchid #BB7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 35.42%
G = 23.11%
B = 41.48%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB7ADB (or 0xBB7ADB) is known color: Medium Orchid. HEX triplet: BB, 7A and DB. RGB value is (187,122,219). Sum of RGB (Red+Green+Blue) = 187+122+219=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ADB is #448524. Grayscale: #989898. Windows color (decimal): -4490533 or 14383803. OLE color: 14383803.

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

Color convert

RGB 187 122 219 -
CMYK 0.15 0.44 0 0.14
HSL 280.21º 0.57% 0.67% -
HSV(B) 280.21º 0.44% 0.86% -
XYZ 40.24 29.6 70.61 -
YUV 152.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 187 122 219 0.15 0.44 0 0.14 280.21 0.57 0.67
Hex BB 7A DB F 2C 0 E 118 39 43
Octal 273 172 333 17 54 0 16 430 71 103
Binary 10111011 1111010 11011011 1111 101100 0 1110 100011000 111001 1000011

Color Harmonies of #BB7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ADB

Black with #BB7ADB

Text Example


Text Example

White with #BB7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ADB; }

 p { color: rgb(187,122,219); }

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

background-color css

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

 a { background-color: rgb(187,122,219); }

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

border-color css

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

 span { border-color: rgb(187,122,219); }

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