Html Css Color HEX #BB6FD6 Medium Orchid

📋 copy color: '#BB6FD6'

red 187 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #BB6FD6

Tints of Medium Orchid #BB6FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 36.52%
G = 21.68%
B = 41.8%

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

#BB6FD6 (or 0xBB6FD6) is known color: Medium Orchid. HEX triplet: BB, 6F and D6. RGB value is (187,111,214). Sum of RGB (Red+Green+Blue) = 187+111+214=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FD6 is #449029. Grayscale: #919191. Windows color (decimal): -4493354 or 14053307. OLE color: 14053307.

HSL color Cylindrical-coordinate representation of color #BB6FD6: hue angle of 284.27º degrees, saturation: 0.56, 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 #BB6FD6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 111 214 -
CMYK 0.13 0.48 0 0.16
HSL 284.27º 0.56% 0.64% -
HSV(B) 284.27º 0.48% 0.84% -
XYZ 38.32 26.79 66.77 -
YUV 145.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 187 111 214 0.13 0.48 0 0.16 284.27 0.56 0.64
Hex BB 6F D6 D 30 0 10 11C 38 40
Octal 273 157 326 15 60 0 20 434 70 100
Binary 10111011 1101111 11010110 1101 110000 0 10000 100011100 111000 1000000

Color Harmonies of #BB6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FD6

Black with #BB6FD6

Text Example


Text Example

White with #BB6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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