Html Css Color HEX #BB6FD7 Medium Orchid

📋 copy color: '#BB6FD7'

red 187 ◦ green 111 ◦ blue 215

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

Shades of Medium Orchid #BB6FD7

Tints of Medium Orchid #BB6FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 36.45%
G = 21.64%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB6FD7 (or 0xBB6FD7) is known color: Medium Orchid. HEX triplet: BB, 6F and D7. RGB value is (187,111,215). Sum of RGB (Red+Green+Blue) = 187+111+215=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FD7 is #449028. Grayscale: #919191. Windows color (decimal): -4493353 or 14118843. OLE color: 14118843.

HSL color Cylindrical-coordinate representation of color #BB6FD7: hue angle of 283.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6FD7 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 111 215 -
CMYK 0.13 0.48 0 0.16
HSL 283.85º 0.57% 0.64% -
HSV(B) 283.85º 0.48% 0.84% -
XYZ 38.44 26.84 67.44 -
YUV 145.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 187 111 215 0.13 0.48 0 0.16 283.85 0.57 0.64
Hex BB 6F D7 D 30 0 10 11C 39 40
Octal 273 157 327 15 60 0 20 434 71 100
Binary 10111011 1101111 11010111 1101 110000 0 10000 100011100 111001 1000000

Color Harmonies of #BB6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FD7

Black with #BB6FD7

Text Example


Text Example

White with #BB6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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