Html Css Color HEX #BB6DD0 Medium Orchid

📋 copy color: '#BB6DD0'

red 187 ◦ green 109 ◦ blue 208

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

Shades of Medium Orchid #BB6DD0

Tints of Medium Orchid #BB6DD0

RGB

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

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

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

R = 37.1%
G = 21.63%
B = 41.27%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB6DD0 (or 0xBB6DD0) is known color: Medium Orchid. HEX triplet: BB, 6D and D0. RGB value is (187,109,208). Sum of RGB (Red+Green+Blue) = 187+109+208=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD0 is #44922F. Grayscale: #8F8F8F. Windows color (decimal): -4493872 or 13659579. OLE color: 13659579.

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

Color convert

RGB 187 109 208 -
CMYK 0.10 0.48 0 0.18
HSL 287.27º 0.51% 0.62% -
HSV(B) 287.27º 0.48% 0.82% -
XYZ 37.35 26.06 62.74 -
YUV 143.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 187 109 208 0.10 0.48 0 0.18 287.27 0.51 0.62
Hex BB 6D D0 A 30 0 12 11F 33 3E
Octal 273 155 320 12 60 0 22 437 63 76
Binary 10111011 1101101 11010000 1010 110000 0 10010 100011111 110011 111110

Color Harmonies of #BB6DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DD0

Black with #BB6DD0

Text Example


Text Example

White with #BB6DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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