Html Css Color HEX #BB6FD9 Medium Orchid

📋 copy color: '#BB6FD9'

red 187 ◦ green 111 ◦ blue 217

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

Shades of Medium Orchid #BB6FD9

Tints of Medium Orchid #BB6FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.55%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 36.31%
G = 21.55%
B = 42.14%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6FD9 (or 0xBB6FD9) is known color: Medium Orchid. HEX triplet: BB, 6F and D9. RGB value is (187,111,217). Sum of RGB (Red+Green+Blue) = 187+111+217=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FD9 is #449026. Grayscale: #919191. Windows color (decimal): -4493351 or 14249915. OLE color: 14249915.

HSL color Cylindrical-coordinate representation of color #BB6FD9: hue angle of 283.02º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6FD9 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 111 217 -
CMYK 0.14 0.49 0 0.15
HSL 283.02º 0.58% 0.64% -
HSV(B) 283.02º 0.49% 0.85% -
XYZ 38.7 26.94 68.81 -
YUV 145.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 187 111 217 0.14 0.49 0 0.15 283.02 0.58 0.64
Hex BB 6F D9 E 31 0 F 11B 3A 40
Octal 273 157 331 16 61 0 17 433 72 100
Binary 10111011 1101111 11011001 1110 110001 0 1111 100011011 111010 1000000

Color Harmonies of #BB6FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FD9

Black with #BB6FD9

Text Example


Text Example

White with #BB6FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FD9; }

 p { color: rgb(187,111,217); }

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

background-color css

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

 a { background-color: rgb(187,111,217); }

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

border-color css

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

 span { border-color: rgb(187,111,217); }

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