Html Css Color HEX #BB6DD5 Medium Orchid

📋 copy color: '#BB6DD5'

red 187 ◦ green 109 ◦ blue 213

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

Shades of Medium Orchid #BB6DD5

Tints of Medium Orchid #BB6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.41%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 36.74%
G = 21.41%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB6DD5 (or 0xBB6DD5) is known color: Medium Orchid. HEX triplet: BB, 6D and D5. RGB value is (187,109,213). Sum of RGB (Red+Green+Blue) = 187+109+213=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD5 is #44922A. Grayscale: #8F8F8F. Windows color (decimal): -4493867 or 13987259. OLE color: 13987259.

HSL color Cylindrical-coordinate representation of color #BB6DD5: hue angle of 285º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6DD5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 109 213 -
CMYK 0.12 0.49 0 0.16
HSL 285º 0.55% 0.63% -
HSV(B) 285º 0.49% 0.84% -
XYZ 37.97 26.31 66.03 -
YUV 144.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 187 109 213 0.12 0.49 0 0.16 285 0.55 0.63
Hex BB 6D D5 C 31 0 10 11D 37 3F
Octal 273 155 325 14 61 0 20 435 67 77
Binary 10111011 1101101 11010101 1100 110001 0 10000 100011101 110111 111111

Color Harmonies of #BB6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DD5

Black with #BB6DD5

Text Example


Text Example

White with #BB6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DD5; }

 p { color: rgb(187,109,213); }

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

background-color css

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

 a { background-color: rgb(187,109,213); }

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

border-color css

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

 span { border-color: rgb(187,109,213); }

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